0
What is DOM ?
explain
6 ответов
+ 10
Document Object Model
Explained briefly in SoloLearn Javascript course
Explained in detail w3school.com
+ 6
DOM is Document Object Model, the internal tree data structure JS object ( variable ) of the interpreted html page source code, used to handle ( access/update ) dynamically page content ;)
https://www.sololearn.com/Discuss/342946/?ref=app
https://www.sololearn.com/discuss/244911/?ref=app
+ 5
https://www.w3schools.com/js/js_htmldom.asp
https://www.w3.org/TR/WD-DOM/introduction.html
https://css-tricks.com/dom/
+ 5
Every html file has a DOM (document object model). It is a model that shows how each object (such as body, h1, p) are designed in a html file
- 1
DOM is Document Object Model
- 2
DOM is DOCUMENT OBJECT MODEL❤️