November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLElement.getAttribute( ) — get an attribute value
Internet Explorer 4, Netscape 6
element.getAttribute(name)
name
The name of the attribute.
The value of the named attribute of
element or null if
element does not have an attribute named
name.