v_link property

Color of links that have been visited by the user. See the vlink attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

Definition:

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

See Also