Changing the link color:-

By default a hyperlink appear with blue color on web page the default color of hyperlink can be changed using link attribute of the body tag we can change color of active hyperlink using a link attribute <body> we can change color of visit hyperlink by using unlink attribute.
<body link=green alink=red vlink=navy><br><br>
<a href=flower1.html> flower</a>
</body>

Post a Comment

0 Comments