Ask a question from expert

Ask now

DOM stands for document object model.

1 Pages324 Words279 Views
   

Added on  2019-09-30

DOM stands for document object model.

   Added on 2019-09-30

BookmarkShareRelated Documents
DOM stands for document object model. When a page is load on the web browser first it create a DOM model in form of tree. While creating the DOM tree by the browser the tree contain threecomponents and these are html element, attribute and text contained by that particular element. Dom defines a standard to access the document on the web page. DOM is a platform and language independent interface that allow program and scripts to dynamically access and update the content, structure and style of the document.We can use DOM objects to create or build our website as we know that the DOM tree contains element and text so if there is a web page which in terms DOM we call the document there is structure of the document , its style and the text contain under each element and the each element in the document contain the style and text, so with the help of script that can access theDOM we can change the style and text of the element. For example in my web page there is dynamic message generate of greeting, this works by the help of javascript that will access the DOM and get the time the basic of time we give the greeting message like good morning, good evening etc. In this we just manipulate the text of the document like this we can also update the style of any element, the things that are comes under the styling of the element like change the color of the text or change the font size. So in this way we can manipulate the structure of the DOM, while the page first load it will create a full DOM model in form of tree and with the help ofscripts we can manipulate the structure and style of the document dynamically.
DOM stands for document object model._1

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Java Script function
|6
|2700
|401

Data Visualization Using D3JS
|10
|2122
|395

Web Design: HTML, CSS, and JavaScript for Web Application Development
|7
|1183
|92

Restaurant Web Application Development
|8
|1593
|56

Online Exam IT - Tips and Techniques for Web Designing
|21
|2673
|262

Dynamic Web Programming: Creating a RESTful JSON back-end API using PHP
|6
|547
|114