+ 1
Someone explain me DOM ?
DOM
8 Answers
+ 10
+ 7
you can find it in the javascript course offered by sololearn
https://www.sololearn.com/learn/JavaScript/2752/
+ 3
A model of the structure of the html document.
+ 1
The Document Object Model (DOM) is a programming interface for HTML and XML (Extensible markup language) documents. It defines the logical structure of documents and the way a document is accessed and manipulated. Note: It is called as a Logical structure because DOM doesnât specify any relationship between objects.
+ 1
DOM .. everything between <body> and </body>
0
But this one is tough?
0
Kaman Singh These are the methods you should learn, if you want to use JavaScript on webpages.
Please don't use document.write method...please đ
0
Why not document.write