📘Element
Last updated
Last updated
browser ⟩ DOM ⟩ type ⟩ Element
instance properties
parentNode (Node) - defined in Node
children (HTMLCollection) - includes only Element nodes.
childElementCount (Number) - === children.length
.
firstElementChild (Element | null)
lastElementChild (Element | null)
nextElementSibling (Element | null)
previousElementSibling (Element | null)