ReadonlyfirstNode.firstChild on MDN
ReadonlylastNode.lastChild on MDN
ReadonlynextElement.nextElementSibling on MDN
ReadonlynextNode.nextSibling on MDN
ReadonlynodeNode.nodeName on MDN
ReadonlynodeNode.nodeType on MDN
ReadonlyparentNode.parentNode on MDN
ReadonlypreviousReadonlypreviousNode.previousSibling on MDN
Node.childNodes on MDN
Node.nodeValue on MDN
Node.parentElement on MDN
Node.textContent on MDN
Node.hasChildNodes on MDN
Element.remove on MDN
The node that can be a child of another node.
See
Node on MDN