반응형

Document Object Model (DOM)


What is the Document Object Model?

돔이란 무엇인가?


The Document Object Model is a platform- and language-neutral interface that will allow programs and scripts to dynamically access and update the content, structure and style of documents. The document can be further processed and the results of that processing can be incorporated back into the presented page. This is an overview of DOM-related materials here at W3C and around the web.

돔이란 문서의 내용, 구조와 스타일을 프로그램이나 스크립트를 통해 동적인 접근과 수정이 가능한 플랫폼과 언어 중립적 인터페이스이다. 처리가 완료되어 사용자에게 보여진 문서를 다시 수정해서 그 처리결과를 보여줄 수 있다. 이 페이지에서 W3C 웹에서 돔과 관련된 메뉴얼과 오버뷰를 확인 할 수 있다.


출처 : https://www.w3.org/DOM/

반응형

+ Recent posts