| Attribute | Property | Description |
|---|
| ACCESSKEY | accessKey |
Sets or retrieves the accelerator key for the object. |
| ALIGN | align |
Sets or retrieves the alignment of the object relative to the display or table. |
| ATOMICSELECTION | |
Specifies whether the element and its contents must be selected as a whole, indivisible unit.
|
| BEGIN | begin |
Sets or retrieves the delay time before the timeline begins playing on the element. |
| BGCOLOR | bgColor |
Deprecated. Sets or retrieves the background color behind the object. |
| canHaveChildren |
Retrieves a value indicating whether the object can contain children. |
| canHaveHTML |
Sets or retrieves the value indicating whether the object can contain rich HTML markup. |
CH | ch |
Sets or retrieves a value that you can use to implement your own ch functionality for the object. |
CHOFF | chOff |
Sets or retrieves a value that you can use to implement your own chOff functionality for the object. |
| CLASS | className |
Sets or retrieves the class of the object. |
| clientHeight |
Retrieves the height of the object including padding, but not including margin, border, or scroll bar. |
| clientLeft |
Retrieves the distance between the offsetLeft property and the true left side of the client area. |
| clientTop |
Retrieves the distance between the offsetTop property and the true top of the client area. |
| clientWidth |
Retrieves the width of the object including padding, but not including margin, border, or scroll bar. |
| DIR | dir |
Sets or retrieves the reading order of the object. |
| END | end |
Sets or retrieves a value indicating the end time for the element, or the end of the simple duration when the element is set to repeat. |
| firstChild |
Retrieves a reference to the first child in the>childNodes collection of the object. |
| hasMedia |
Retrieves a Boolean value that indicates whether the element is an>Introduction to HTML+TIME media element. |
| HIDEFOCUS | hideFocus |
Sets or retrieves the value indicating whether the object visibly indicates that it has focus. |
| ID | id |
Retrieves the string identifying the object. |
| innerHTML |
Retrieves the HTML between the start and end tags of the object. |
| innerText |
Sets or retrieves the text between the start and end tags of 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. |
| LANG | lang |
Sets or retrieves the language to use. |
| LANGUAGE | language |
Sets or retrieves the language in which the current script is written. |
| lastChild |
Retrieves a reference to the last child in the childNodes collection of an 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. |
| offsetHeight |
Retrieves the height of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetLeft |
Retrieves the calculated left position of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetParent |
Retrieves a reference to the container object that defines the offsetTop and offsetLeft properties of the object. |
| offsetTop |
Retrieves the calculated top position of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| offsetWidth |
Retrieves the width of the object relative to the layout or coordinate parent, as specified by the offsetParent property. |
| onOffBehavior |
Retrieves an object indicating whether the specified Microsoft DirectAnimation® behavior is running. |
| outerHTML |
Sets or retrieves the object and its content in HTML. |
| outerText |
Sets or retrieves the text of the object. |
| 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. |
| scopeName |
Retrieves the namespace defined for the element. |
| scrollHeight |
Retrieves the scrolling height of the object. |
| scrollLeft |
Sets or retrieves the distance between the left edge of the object and the leftmost portion of the content currently visible in the window. |
| scrollTop |
Sets or retrieves the distance between the top of the object and the topmost portion of the content currently visible in the window. |
| scrollWidth |
Retrieves the scrolling width of the object. |
| sourceIndex |
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection. |
| STYLE | |
Sets an inline style for the element. |
| SYNCMASTER | syncMaster |
Sets or retrieves whether the time container must synchronize playback to this element. |
| systemBitrate | |
Retrieves the approximate bandwidth available to the system in bits-per-second. |
| systemCaptions | |
Indicates whether or not to display a text equivalent of the audio portion of the presentation. |
| systemLanguage | |
Indicates whether a given language is selected in a user's system preferences. |
| systemOverdubOrSubtitle | |
Specifies whether overdubs or subtitles render during a presentation. |
| TABINDEX | tabIndex |
Sets or retrieves the index that defines the tab order for the object. |
| tagName |
Retrieves the tag name of the object. |
| tagUrn |
Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration. |
| TIMECONTAINER | timeContainer |
Sets or retrieves the type of timeline associated with an element. |
| TITLE | title |
Sets or retrieves advisory information (a ToolTip) for the object. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
| UNSELECTABLE | |
Specifies that an element cannot be selected. |
| VALIGN | vAlign |
Sets or retrieves how text and other content are vertically aligned within the object that contains them. |