Creates a new instance of Element.
Element.tagName on MDN
Element.attributes on MDN
ReadonlyattributesElement.attributes on MDN
ReadonlychildElement.childElementCount on MDN
ReadonlychildrenElement.children on MDN
ReadonlyfirstNode.firstChild on MDN
ReadonlyfirstElement.firstElementChild on MDN
ReadonlylastNode.lastChild on MDN
ReadonlylastElement.lastElementChild 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
ReadonlytagElement.tagName on MDN
Node.childNodes on MDN
Element.classList on MDN
Element.className on MDN
Element.id on MDN
Node.nodeValue on MDN
Node.parentElement on MDN
Node.textContent on MDN
Optionaldeep: booleanElement.getAttributeNames on MDN
Node.hasChildNodes on MDN
Element.remove on MDN
See
Element on MDN