Table of Contents
Element Properties

The properties of the Element class are listed below. For a complete list of Element class members, see the Element Members topic.

Properties
Name Description
className Gets the class name of the element.
id Gets or sets the id of the element.
innerHTML Gets or sets the inner HTML of the element.
innerText Gets the inner text of the element.
Item (inherited from JSObject) Gets or sets a property value.
Item (inherited from JSObject) Gets or sets a property value.
outerHTML Gets the outer HTML of the element.
style Get the inline style for the element.
tagName Gets the tag name of the element.
See Also