Click here to Skip to main content
15,894,539 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
what is DOM in the javascript .
can any one explain me as i am going to learn the java script
Posted
Comments
Sergey Alexandrovich Kryukov 1-Dec-11 15:40pm    
Is Google your enemy?
--SA

1 solution

The Document Object Model (DOM) is the model that describes how all elements in an HTML page, like input fields, images, paragraphs etc., are related to the topmost structure: the document itself. By calling the element by its proper DOM name, we can influence it.

Reference LInk :- W3C DOM -Introduction[^]
DOM (Document Object Model) Reference[^]
Wikipedia-[ Document Object Model ][^]
 
Share this answer
 
v2
Comments
RaviRanjanKr 2-Dec-11 14:09pm    
Thanks for accept it. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900