Provides the name of the window or frame that is to receive content as the result of navigating to a link or any other action on the page that loads
Provides the URL of a document whose server path is to be used as the base URL for all relative references in the document.
A base object instructs the browser about the URL path to the current document. This path is then used as the basis for all relative URLs that are
All these objects reflect the HTML font style elements of the same name. Each of these elements specifies a rendering style for an inline sequence o
Inserts a single Attr object into the current collection of attributes. If the destination of the attribute is an existing element, you may also u
Inserts a single Attr object into the current collection of attributes. If the destination of the attribute is an existing element, you may also use t
Removes from the collection a single Attr object whose local name and namespace URI match the parameter values.
Removes from the collection a single Attr object corresponding to the attribute whose node name matches the parameter value.
Returns a single Attr object corresponding to the element matching the index value.
Returns a single Attr object with a local name and namespace URI that match the parameter values.
Returns a single Attr object corresponding to the attribute whose node name matches the parameter value.
Returns the number of elements in the collection of attributes.
The object returned by the attributes property of every W3C DOM element object is a collection (array) of references to Attr (a.k.a. attribute
Provides the value portion of the name/value pair of the attribute. Identical to the nodeValue property of the Attr node
Returns Boolean true if the value of the attribute is explicitly assigned in the source code or adjusted by script. If the browser reflects an att