alt property

alt property

Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

@property
def alt(self):
    ...
@alt.setter
def alt(self, value):
    ...

See Also