accessKey |
|
Sets or retrieves an access key to an element.
|
alt |
|
Sets or retrieves an alternate text that is displayed when the file associated with the element cannot be displayed.
|
attributes |
|
Represents a collection of attribute nodes that belong to an element.
|
baseURI |
|
Returns the base URL for the object.
|
behaviorUrns |
|
Represents a collection of the Uniform Resource Names for all behaviors attached to an element.
|
canHaveChildren |
|
Retrieves a Boolean value that indicates whether the element can contain child elements.
|
canHaveHTML |
|
Retrieves a Boolean value that indicates whether the element can contain HTML formatted text.
|
className |
|
Sets or retrieves the style class or classes that belong to the element.
|
contentEditable |
|
Sets or retrieves whether the contents of the object are editable.
|
coords |
|
Sets or retrieves the position of a shape. You can select the type of shape with the shape property.
|
currentStyle |
|
Represents the computed style settings for an element.
|
dir |
|
Sets or retrieves the text direction as related to the lang property.
|
disabled |
|
Sets or retrieves the state of an object for user interaction.
|
draggable |
|
Sets or retrieves whether an element is draggable.
|
hash |
|
Sets or returns the subsection (begins with a '#' sign) of the URL assigned to the object.
|
hideFocus |
|
Specifies or returns whether a dotted rectangle (focus rectangle) is drawn around an object while it has focus.
|
host |
|
Specifies or retrieves the host name and port of the URL assigned to the object.
|
hostname |
|
Specifies or retrieves the host name of the URL assigned to the object.
|
href |
|
Specifies or returns the location of the destination.
|
id |
|
Sets or retrieves a unique identifier for the object.
|
isContentEditable |
|
Returns a Boolean value that indicates whether the contents of the object are editable by the user.
|
isDisabled |
|
Returns a Boolean value that indicates whether the object is disabled.
|
isMultiLine |
|
Returns a Boolean value that indicates whether the contents of an element can be multiline or not.
|
isTextEdit |
|
Returns a Boolean value that indicates whether the createTextRange method can be used for the element.
|
lang |
|
Specifies or returns the language of the element.
|
language |
|
Sets or retrieves the scripting language for the current element. Use it only for the script element.
|
localName |
|
Returns the local part of the qualified name of the current node.
|
name |
|
Sets or retrieves the name of an element.
|
namespaceURI |
|
Sets or returns the namespace URI of the current node.
|
nextElementSibling |
|
Returns a reference to the next child element of the current element's parent.
|
nextSibling |
|
Returns a reference to the next child of the current element's parent.
|
nodeName |
|
Returns the name of the current node.
|
nodeType |
|
Returns an integer that indicates the type of the node.
|
nodeValue |
|
Sets or returns the value of the current node.
|
noHref |
|
Sets or retrieves whether an area is a link.
|
offsetHeight |
|
Returns the height of the visible area for an object, in pixels. The value contains the height with the padding, scrollBar, and the border, but does not include the margin.
|
offsetLeft |
|
Returns the left position of an object relative to the left side of its offsetParent element, in pixels.
|
offsetParent |
|
Returns a reference to the closest ancestor element in the DOM hierarchy from which the position of the current element is calculated.
|
offsetTop |
|
Returns the top position of the object relative to the top side of its offsetParent element, in pixels.
|
offsetWidth |
|
Returns the width of the visible area for an object, in pixels. The value contains the width with the padding, scrollBar, and the border, but does not include the margin.
|
outerHTML |
|
Sets or retrieves the outer HTML content (the source code including the opening and closing tags) of an element.
|
outerText |
|
Sets or returns the text content of an element including the text content of its descendants.
|
ownerDocument |
|
Returns the document object that contains the current node.
|
parentElement |
|
Returns the parent element of the object in the DOM hierarchy.
|
parentNode |
|
Returns the parent element of the current node in the DOM hierarchy.
|
parentTextEdit |
|
Returns the closest ancestor element of the current element in the DOM hierarchy that can be used to create a TextRange object.
|
pathname |
|
Specifies or retrieves the path component of the URL assigned to the object (relative to the host).
|
port |
|
Sets or retrieves the port component of the URL assigned to the object.
|
previousElementSibling |
|
Returns a reference to the previous child element of the current element's parent.
|
previousSibling |
|
Returns a reference to the previous node of the current element's parent.
|
protocol |
|
Sets or retrieves the protocol component of the URL assigned to the object.
|
readyState |
|
Returns a string value that represents the state of the object.
|
runtimeStyle |
|
Represents the overridden style settings for an element.
|
scopeName |
|
Retrieves the local name of the namespace declared for the current element.
|
search |
|
Sets or returns the subsection (begins with a '?' sign) of the URL assigned to the object.
|
shape |
|
Sets or retrieves the shape type of the selectable region for a hypertext or an area.
|
sourceIndex |
|
Returns the position of the current object in the all collection of the document.
|
style |
|
Represents the inline style settings for an element or a CSS rule.
|
tabIndex |
|
Specifies or returns the tabbing order for keyboard navigation using the TAB key.
|
tagName |
|
Returns the tag name of the current element.
|
tagUrn |
|
Sets or retrieves the Uniform Resource Name (URN) of the namespace declared for the current element.
|
target |
|
Specifies or returns the target window or frame where the document is to be opened.
|
title |
|
Specifies or returns a tooltip for an element.
|
uniqueID |
|
Returns the unique identifier generated by the browser for the object.
|
unselectable |
|
Sets or retrieves whether the selection process can start in an element's content.
|