childElementCount | number | null | The Element.childElementCount read-only property returns the number of child elements of this element |
className | string | null | The className property of the Element interface gets and sets the value of the class attribute of the specified element |
id | string | null | The id property of the Element interface represents the element's identifier, reflecting the id global attribute |
innerHTML | string | null | The Element property innerHTML gets the HTML or XML markup contained within the element |
innerText | string | null | The Element property innerText gets the text contained within the element |
localName | string | null | The Element.localName read-only property returns the local part of the qualified name of an element |
outerHTML | string | null | The outerHTML attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants. It can also be set to replace the element with nodes parsed from the given string |