explain DOM in simple. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

explain DOM in simple.

12th Dec 2016, 6:00 AM
Rithu.O.R
4 Answers
+ 2
😂😂😂
12th Dec 2016, 6:30 AM
manish rawat
manish rawat - avatar
+ 2
DOM = Document Object Model. It allows you to update the styles, structure and content of a document. In this case the 'document' is the HTML page and you can access its elements as a heirarchy of objects.
12th Dec 2016, 7:39 AM
Kerrash
Kerrash - avatar
+ 1
In simple sense, DOM can be explained as a way for javascript to interact with html.
12th Dec 2016, 6:02 AM
Rithu.O.R
+ 1
the best utilisation of DOM is to change a paragraphe or element in a list without open html code.
16th Dec 2016, 11:00 PM
elkhayari
elkhayari - avatar