Summary
Keywords
Full Transcript
Check out our courses: AI Powered DevOps with AWS - Live Course :- https://go.telusko.com/AIDevOps-AWS Coupon: TELUSKO10 (10% Discount) Complete Java Developer Course Batch-4: https://go.telusko.com/Complete4 Coupon: TELUSKO10 (10% Discount) Master Java Spring Development : https://go.telusko.com/masterjava Coupon: TELUSKO20 (20% Discount) Udemy Courses: Spring: https://go.telusko.com/udemyteluskospring Java:- https://go.telusko.com/udemyteluskojava Java Spring:- https://go.telusko.com/Udemyjavaspring Java For Programmers:- https://go.telusko.com/javaProgrammers Python : https://go.telusko.com/udemyteluskopython Git : https://go.telusko.com/udemyteluskogit Docker : https://go.telusko.com/udemyteluskodocker For More Queries WhatsApp or Call on : +919008963671 website : https://courses.telusko.com/ Instagram : https://www.instagram.com/navinreddyofficial/ Linkedin : https://in.linkedin.com/in/navinreddy20 TELUSKO Android App : https://bit.ly/TeluskoApp Discord : https://discord.gg/D8hWe9BqfF In this video tutorial of JavaScript fundamentals, we will study and understand the concept of Document Object Model also known as DOM. Document Object Model(DOM) - The Document Object Model (DOM) defines the logical structure of documents and the way a document is accessed and manipulated. The name "Document Object Model" was chosen because it is an "object model" is used in the traditional object oriented design sense: documents are modeled using objects, and the model encompasses not only the structure of a document, but also the behavior of a document and the objects of which it is composed. In other words, the nodes in the above diagram do not represent a data structure, they represent objects, which have functions and identity. With the document object model, JavaScript gets all the power it needs to create dynamic HTML: 1) JavaScript can change all the HTML elements in the page 2) JavaScript can change all the HTML attributes in the page 3) JavaScript can change all the CSS styles in the page 4) JavaScript can remove existing HTML elements and attributes 5) JavaScript can add new HTML elements and attributes 6) JavaScript can react to all existing HTML events in the page 7) JavaScript can create new HTML events in the page Python Tutorial for Beginners : https://youtu.be/QXeEoD0pB3E Python Tutorial in Hindi : https://goo.gl/qbL1bN NodeJS tutorial : https://youtu.be/vJEO57B05Sg Java and Spring Framework For beginners with Spring Boot : - http://bit.ly/3LDMj8D Java Tutorial for Beginners (2023) :- http://bit.ly/3yARVbN Subscribe to our other channel: Navin Reddy : https://www.youtube.com/channel/UCxmkk8bMSOF-UBF43z-pdGQ Telusko Hindi : https://www.youtube.com/channel/UCitzw4ROeTVGRRLnCPws-cw
