+ 1
Someone explain me DOM ?
DOM
8 Respuestas
+ 10
https://code.sololearn.com/Wu20kv75u57T/?ref=app
https://code.sololearn.com/WFjhLBjV97Lv/?ref=app
here are more examples with code
+ 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