DOM 은 API 이다.
https://www.w3.org/TR/REC-DOM-Level-1/introduction.html
What is the Document Object Model?
REC-DOM-Level-1-19981001 What is the Document Object Model? Editors Jonathan Robie, Texcel Research Introduction The Document Object Model (DOM) is an application programming interface (API) for HTML and XML documents. It defines the logical structure of d
www.w3.org
https://www.youtube.com/watch?v=rm2nsGJrqqE
The Document Object Model (DOM) is an application programming interface (API) for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.
DOM은 문서의 논리적 구조와 문서가 접근되고 조작되는 방법을 정의한다.
The DOM is a programming API for documents. It closely resembles the structure of the documents it models.
DOM은 문서를 위한 프로그래밍 API 이다. 문서 모델의 구조와 유사하다.