Java Reference
In-Depth Information
HTMLFrameSetElement
HTMLIFrameElement
HTMLImageElement
HTMLInputElement
HTMLOptionElement
HTMLParagraphElement
HTMLSelectElement
HTMLTableCellElement
HTMLTableElement
HTMLTableRowElement
HTMLTableSectionElement
HTMLTextAreaElement
HTMLelement
HTMLElement is the base object for all HTML elements, much like how Node is the base object for
all DOM nodes. Therefore, all HTML elements have the following properties.
Properties
prOperty NaMe
DesCrIptION
INtrODuCeD
Gets or sets the value of the element's class
attribute.
Level 1
className
Gets or sets the value of the element's id
attribute.
Level 1
id
HTMLAnchorelement
Represents the HTML <a/> element.
Properties
prOperty NaMe
DesCrIptION
INtrODuCeD
Gets or sets the value of the accessKey attribute.
Level 1
accessKey
Gets or sets the value of the href attribute.
Level 1
href
Gets or sets the value of the name attribute.
Level 1
name
Gets or set the value of the target attribute.
Level 1
target
Search WWH ::




Custom Search