Someone explain me DOM ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Someone explain me DOM ?

DOM

1st Jul 2020, 4:07 AM
Kaman Singh
Kaman Singh - avatar
8 Answers
1st Jul 2020, 4:19 AM
Reivin
Reivin - avatar
+ 7
you can find it in the javascript course offered by sololearn https://www.sololearn.com/learn/JavaScript/2752/
1st Jul 2020, 4:13 AM
Reivin
Reivin - avatar
+ 3
A model of the structure of the html document.
2nd Jul 2020, 9:21 PM
Sonic
Sonic - avatar
+ 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.
2nd Jul 2020, 9:08 AM
हैकस्टार
हैकस्टार - avatar
+ 1
DOM .. everything between <body> and </body>
2nd Jul 2020, 12:53 PM
moataz elamen
moataz elamen - avatar
0
But this one is tough?
1st Jul 2020, 4:17 AM
Kaman Singh
Kaman Singh - avatar
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 🙏
1st Jul 2020, 5:58 AM
Calviղ
Calviղ - avatar
0
Why not document.write
1st Jul 2020, 10:51 AM
Kaman Singh
Kaman Singh - avatar