Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
void removeAttribute(Stringname);
name
The name of the attribute to be deleted.
This method may throw a DOMException with a code of NO_MODIFICATION_ALLOWED_ERR if this element is read-only and does not allow its attributes to be removed.