📘Element
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)
MDN ⟩ EventTarget ⟩ Node ⟩ Element
Document.documentElement -
<html>element.
Node - super class.
Last updated
Was this helpful?