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 이다. 문서 모델의 구조와 유사하다.
'개발관련 > front-end' 카테고리의 다른 글
javascript 이벤트 핸들러 종류 (0) | 2023.07.10 |
---|---|
[javascript js] for ...of / for ...in (0) | 2022.05.30 |
마우스 드래그 javascript (0) | 2022.04.14 |
JSTL quick reference 작성중, el tag, core tag, forEach (0) | 2022.04.14 |
margin auto 위아래 안될 때 (0) | 2021.11.29 |