Element.remove_attribute

Element.remove_attribute(attribute_number, value=None)[source]

Removes an attribute from the Element

Parameters:
attribute_numberint

The number of the attribute (1-10)

valuestr, optional

The attribute value to remove from the user attribute list.