The Document Object Model is the data representation of the objects that comprise the structure and content of a document on the web.
DOM은 웹에서 다큐먼트의 내용과 구조를 구성하는 객체의 데이터 표시이다
The DOM is a programming interface for web documents.
DOM은 웹 다큐먼트의 프로그래밍 인터페이스이다.
The DOM represents the document as nodes and objects; that way, programming languages can interact with the page.
DOM은 노드와 객체로 다큐먼트를 나타내며, 페이지 내에서 상호작용할 수 있는 프로그래밍 언어이다.
DOM enables to access the document and its elements.