+ 2
explain DOM in simple.
4 ответов
+ 2
😂😂😂
+ 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.
+ 1
In simple sense, DOM can be explained as a way for javascript to interact with html.
+ 1
the best utilisation of DOM is to change a paragraphe or element in a list without open html code.