1.1 The Document Object Model (a.k.a the DOM) Is a Hierarcy/Tree of Javascript Node ObjectsHTML 문서가 브라우저에 의해 구문 분석되고 노드 개체의 트리 구조로 변환됨DOM의 목적은 Javascr
Document Nodes 2.1 document Node Overview document로부터 상속받은 HTMLDocument constructor는 DOM에서 DOCUMENT_NODE (ex. window.document)를 만듬 HTMLDocument 생성자