November 2001
Intermediate to advanced
936 pages
68h 43m
English
HTMLElement.removeAttribute( ) — delete an attribute
Internet Explorer 4, Netscape 6
element.removeAttribute(name)
name
The name of the attribute to be deleted.
true on success; false on
failure.
removeAttribute( ) deletes the attribute
name from
element. If
element does not have an attribute named
name, this method returns
false.