the murmurous sea

Tree of nodes / DOM 본문

#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

'#dev > 개념정리' 카테고리의 다른 글

JS ES5: filter  (0) 2020.04.29
JS ES5: forEach vs map  (0) 2020.04.29
HTML5: data-  (0) 2020.04.17
CSS: Grid  (0) 2020.04.16
CSS: vertical alignment - centering  (0) 2020.04.15
Comments