Name
VLINK — NN all IE all HTML 3.2
Synopsis
VLINK=”colorTripletOrName"Optional
Establishes the color of a hypertext link after it has been visited
by a user (and the destination page is still in the browser’s
cache). This is one of three states for a link: unvisited, active,
and visited. The color is applied to the link text or border around
an image or object embedded within an A element.
This attribute is deprecated in favor of the
BODY:visited
{color:} style
sheet rule (and the future :visited pseudo-class,
as described in Chapter 10).
Example
<BODY VLINK="#teal">...</BODY>
Value
A hexadecimal triplet or plain-language color name. See Appendix A for acceptable plain-language color names.
Default
#551a8b (Navigator 4); #800080
(Internet Explorer 4 Windows); #006010 (Internet
Explorer 4 Macintosh).
Object Model Reference
- NN
[window.]document.vlinkColor
- IE
[window.]document.vlinkColor
[window.]document.body.vLink
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access