The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
vlink attribute | vLink property
Sets or gets the color of links in the object that have already been visited.
Syntax
| HTML | <element vlink="p" ... > |
|---|---|
| JavaScript | |
Property values
Type: Variant
one of the color names or values in the Color Table.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 2.5.5
- HTML 4.01 Specification, Section 7.5.1 (Deprecated)
Remarks
Some browsers do not recognize color names, but all browsers should recognize the #RRGGBB format of RGB color values and display them correctly.
See also
Show: