link property

Color of links that are not active and unvisited. See the link attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also