| Attribute | Property | Description |
|---|
| activeElement |
Gets the object that has the focus when the parent document has focus. |
| alinkColor |
Sets or gets the color of all active links in the document. |
| bgColor |
Deprecated. Sets or retrieves a value that indicates the background color behind the object. |
| characterSet |
Gets the name of the character set that is used to encode the document. |
| CHARSET | charset |
Gets or sets the character set used to encode the object. |
| childElementCount |
Retrieves the number of immediate child nodes of the current element or a zero if the element does not contain any child nodes. childElementCount does not return all child nodes, only child nodes that are nodeType =1, or element nodes. |
| compatible |
Retrieves the collection of user agents and versions declared in the X-UA-Compatible |
| compatMode |
Gets a value that indicates whether standards-compliant mode is switched on for the object. |
| cookie |
Sets or gets the string value of a cookie. |
| defaultCharset |
Gets the default character set from the current regional language settings. |
| defaultView |
Gets a reference to the window object for the document. |
| designMode |
Sets or gets a value that indicates whether the document can be edited. |
| dir |
Sets or retrieves a value that indicates the reading order of the object. |
| doctype |
Gets an object that represents the document type declaration that is associated with the current document. |
| documentElement |
Gets a reference to the root node of the document. |
| documentMode |
Retrieves the document compatibility mode of the document. |
| domain |
Sets or gets the security domain of the document. |
| expando |
Gets or sets a value indicating whether arbitrary variables can be created within the object. |
| fgColor |
Sets or gets the foreground (text) color of the document. |
| fileCreatedDate |
Retrieves the date the file was created. |
| fileModifiedDate |
Retrieves the date the file was last modified. |
| fileSize |
Retrieves the file size. |
| fileUpdatedDate |
Retrieves the date the file was last updated. |
| firstChild |
Gets a reference to the first child in the childNodes collection of the object. |
| firstElementChild |
Retrieves a reference to the first child element, or null if there are no child elements. |
| implementation |
Gets the implementation object of the current document. |
| inputEncoding |
Gets the character encoding that is used for the text that is loaded into the document object. |
| lastChild |
Gets a reference to the last child in the childNodes collection of an object. |
| lastElementChild |
Retrieves a reference to the last child element or null if there are no child elements. |
| lastModified |
Gets the date that the document was last modified, if the document supplies one. |
| linkColor |
Sets or gets the color of the document links. |
| MEDIA | media |
Gets or sets the media type. |
| nameProp |
Retrieves the file name specified in the href or src property of the object. |
| nextElementSibling |
Retrieves a reference to the sibling element that immediately follows or null if the element does not have any sibling elements that follow it. |
| nextSibling |
Retrieves a reference to the next child of the parent for the object. |
| nodeName |
Gets the name of a particular type of node. |
| nodeType |
Retrieves the type of the requested node. |
| nodeValue |
Gets or sets the value of a node. |
| ownerDocument |
Retrieves the document object associated with the node. |
| parentNode |
Retrieves the parent object in the document hierarchy. |
| parentWindow |
Gets a reference to the container object of the window. |
| previousElementSibling |
Retrieves a reference to the immediately preceding sibling element or null if the element does not have any preceding siblings. |
| previousSibling |
Gets a reference to the previous child of the parent for the object. |
| protocol |
Sets or retrieves the protocol portion of a URL. |
| readyState |
Retrieves a value that indicates the current state of the object. |
| referrer |
Gets the URL of the location that referred the user to the current document. |
| SECURITY | |
Sets the value indicating whether the source file of a frame or iframe has specific security restrictions applied. |
| TITLE | title |
Sets or retrieves advisory information (a ToolTip) for the object. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
| URL |
Sets or gets the URL for the current document. |
| URLUnencoded |
Gets the URL for the document, stripped of any character encoding. |
| vlinkColor |
Sets or gets the color of the links that the user has visited. |
| xmlEncoding |
Gets a value that represents the character encoding that is specified in the declaration of an XML document. |
| xmlStandalone |
Gets or sets the value of the standalone attribute in the declaration of an XML document. |
| xmlVersion |
Gets or sets the version attribute that is specified in the declaration of an XML document. |