a_link property

Color of active links (after mouse-button down, but before mouse-button up). See the alink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also