반응형 Node1 TIL 1006 Nodes vs Elements .contains() .parentElement Nodes vs Elements nodes DOM API상에 존재하는 모든 것들. 그것들을 모두 포괄하는 이름이 node이다. elements one specific type of node. 예를 들어 div, body, window 같은 특정한 타입. 모든 element는 HTMLElement의 자식이다. 따라서, HTMLElement의 property를 똑같이 가지고 있다. 동시에, element의 성격에 따라서 자신만의 property를 가지고 있다. NodeList: general lists of nodes HTML Collection: 오직 element만을 담을 수 있다. * DOM API (Document Object Model 문서 개체 모델 Application Programming In.. 2020. 10. 6. 이전 1 다음 반응형