ReadonlychildElement.childElementCount on MDN
ReadonlychildrenElement.children on MDN
ReadonlyfirstNode.firstChild on MDN
ReadonlyfirstElement.firstElementChild on MDN
ReadonlylastNode.lastChild on MDN
ReadonlylastElement.lastElementChild on MDN
ReadonlynextNode.nextSibling on MDN
ReadonlynodeNode.nodeName on MDN
ReadonlynodeNode.nodeType on MDN
ReadonlyparentNode.parentNode on MDN
ReadonlypreviousNode.previousSibling on MDN
Node.childNodes on MDN
Node.nodeValue on MDN
Node.parentElement on MDN
Node.textContent on MDN
Node.hasChildNodes on MDN
See
DocumentFragment on MDN