#dev/개념정리
Tree of nodes / DOM
lunacer
2020. 4. 22. 20:58
Hierarchy tree of nodes
from: https://www.javascriptinstitute.org/javascript-tutorial/document-object-model/
Document Object Model - JavaScript Institute
The Window object has a document property, which is reference to a Document object and is also available as a global variable. The Document object represents the content of the window and is the main object of Document Object Model. Document Object Model (
www.javascriptinstitute.org
Document Object Model (DOM)
from: https://github.com/ifpb/css-guide/tree/master/css/cascade