HTML Tutorials
Page Properties
page_properties.html
<html>
<head>
<title>Page Properties</title>
</head>
<body bgcolor="darkgray" text="white" link="orange" vlink="green" alink="blue">
<p><a href="#">hyperlink</a></p>
<p>
link = color of links;
vlink = color of visited links (browser history);
alink = color of the active link.
</p>
</body>
</html>
<head>
<title>Page Properties</title>
</head>
<body bgcolor="darkgray" text="white" link="orange" vlink="green" alink="blue">
<p><a href="#">hyperlink</a></p>
<p>
link = color of links;
vlink = color of visited links (browser history);
alink = color of the active link.
</p>
</body>
</html>
Page Properties
link = color of links;
vlink = color of visited links (browser history)
alink = color of the active link
HTML
Other Tutorials
© Morina Internet Solutions - All Rights Reserved