종우의 컴퓨터 공간
DOM (Document Object Model) 본문
DOM 이란?
- Tree of nodes/elements(tags in HTML) created by the browser
- Javascript can be used to read/write/manipulate to the DOM
- Object Oriented Representation => each one has its own properties that is changeable
'자바 스크립트 (JavaScript) > DOM Manipulation & Events' 카테고리의 다른 글
Event Listeners & The Event Object (0) | 2021.08.03 |
---|---|
Removing & Replacing Elements (w/ classes & attributes) (0) | 2021.08.03 |
Creating Elements (0) | 2021.08.03 |
Traversing the DOM (0) | 2021.08.01 |
DOM Selectors (0) | 2021.08.01 |