JavaScript Indexing

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocument  >   settings_applications[[Prototype]]

{object_name}

Editing

HTMLCollectionchildren

Details

현재 문서의 모든 자식 요소를 포함한는 라이브 상태의 HTMLCollection을 조회한다.

설명

HTML 문서에서는 문서 구조 특성상 HTMLElement 요소만 해당된다. 문서 내 특정 요소의 하위 요소를 라이브 상태로 조회할 때는 Element.prototype.children 프로퍼티를 사용한다.

구문

형식
document.children

속성 명세

명세
분류설명
writableno

지원 웹브라우저