기본 콘텐츠로 건너뛰기

[html] what is DOM(Document Object Model)?

source: http://www.w3schools.com/jquery/jquery_dom_get.asp

answer:
DOM = Document Object Model

The DOM defines a standard for accessing HTML and XML documents:

"The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document."

댓글