+ 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/