JavaScript – DOM Element style Property
The Element style property sets or returns the values of an element’s style attribute.
The Element style property sets or returns the values of an element’s style attribute.
The Element tabIndex property sets or returns the value of the tabindex attribute of an element.
The Element tagName property returns the tag name of an element in UPPERCASE.
The Element textContent property sets or returns the text content of the specified node and all its descendants.
The Element title property sets or returns the value of an element’s title attribute.