| Attribute | Property | Description |
|---|
| canHaveHTML |
Sets or retrieves the value indicating whether the object can contain rich HTML markup. |
| charset |
Sets or retrieves the character set used to encode the object. |
| disabled |
Sets or retrieves whether a style sheet is applied to the object. |
| firstChild |
Retrieves a reference to the first child in the childNodes collection of the object. |
| HREF | href |
Sets or retrieves the destination URL or anchor point. |
| HREFLANG | hreflang |
Sets or retrieves the language code of the object. |
| ID | id |
Retrieves the string identifying the object. |
| isContentEditable |
Retrieves the value indicating whether the user can edit the contents of the object. |
| isDisabled |
Retrieves the value indicating whether the user can interact with the object. |
| isMultiLine |
Retrieves the value indicating whether the content of the object contains one or more lines. |
| isTextEdit |
Retrieves whether a TextRange object can be created using the object. |
| lastChild |
Retrieves a reference to the last child in the childNodes collection of an object. |
| NAME | name |
Sets or retrieves the name of the object. |
| nextSibling |
Retrieves a reference to the next child of the parent for the object. |
| nodeName |
Retrieves the name of a particular type of node. |
| nodeType |
Retrieves the type of the requested node. |
| nodeValue |
Sets or retrieves the value of a node. |
| ownerDocument |
Sets or retrieves the document object associated with the node. |
| parentElement |
Retrieves the parent object in the object hierarchy. |
| parentNode |
Retrieves the parent object in the document hierarchy. |
| parentTextEdit |
Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object. |
| previousSibling |
Retrieves a reference to the previous child of the parent for the object. |
| readyState |
Retrieves a value that indicates the current state of the object. |
| REL | rel |
Sets or retrieves the relationship between the object and the destination of the link. |
| REV | rev |
Sets or retrieves the relationship between the object and the destination of the link. |
| scopeName |
Retrieves the namespace defined for the element. |
| sourceIndex |
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection. |
| tagName |
Retrieves the tag name of the object. |
| tagUrn |
Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration. |
| TARGET | target |
Sets or retrieves the window or frame at which to target content. |
| TYPE | type |
Sets or retrieves the MIME type of the object. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |