Element.set_attribute
- Element.set_attribute(name, value)[source]
Sets an attribute on the Element
- Parameters:
- namestr
The name of the attribute
- valuestr
The value of the attribute
Sets an attribute on the Element
The name of the attribute
The value of the attribute