0
DOM in HTML
What is DOM (Document Object Model) in HTML ?
1 Respuesta
+ 4
AlphaX
Html DOM is an interface that represent the structure of web page in such a way that javascript can understand and manipulate over it.
For more information you can use:-
https://www.w3schools.com/whatis/whatis_htmldom.asp
https://www.geeksforgeeks.org/dom-document-object-model/