<body>                                      #document

    <div>                                          body

            <font></font>               div                           p                   #comment(주석노드객체)

             <input />                font      input           form    #text

    </div>                                                    

<p>                                                         #text      input      input(노드객체)

     <form>

        전송할까요?                  >            엘리먼트 객체라고 부른다.

        <input />                             Document Objects (객체 트리 in Memory)

        <input />

      </form>

       hello ~

</p>

<! -- 주석 -->

</body>

 

출처 : 자바스크립트 DOM 프로그래밍 20강 - 
https://www.youtube.com/watch?v=ENxdIWLuFoo&list=PLq8wAnVUcTFWhQrIXNN6kPYXJA6X2IQM4&index=20

'JavaScript(JQUERY&JSON)' 카테고리의 다른 글

코드분리와 이벤트 바인딩 방법 두 가지  (0) 2019.11.15
스크립트 코드의 지역화  (0) 2019.11.13
FULLCalendar 사이트  (0) 2019.08.22
check_value란  (0) 2019.08.20
document.getElementById란  (0) 2019.08.20

+ Recent posts