Creates a new instance of Element.
Element.tagName on MDN
Element.attributes on MDN
Readonly
attributesElement.attributes on MDN
Readonly
childElement.childElementCount on MDN
Readonly
childrenElement.children on MDN
Readonly
firstNode.firstChild on MDN
Readonly
firstElement.firstElementChild on MDN
Readonly
lastNode.lastChild on MDN
Readonly
lastElement.lastElementChild on MDN
Readonly
nextElement.nextElementSibling on MDN
Readonly
nextNode.nextSibling on MDN
Readonly
nodeNode.nodeName on MDN
Readonly
nodeNode.nodeType on MDN
Readonly
parentNode.parentNode on MDN
Readonly
previousReadonly
previousNode.previousSibling on MDN
Readonly
tagElement.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
Optional
deep: booleanElement.getAttributeNames on MDN
Node.hasChildNodes on MDN
Element.remove on MDN
See
Element on MDN