Saved Bookmarks
| 1. |
Consider the following HTML statement:what is alink and vlink in the statement |
|
Answer» Answer: alink-link does not have to be text. It can be an image or any other HTML element vlink-The vlink attribute STANDS for VISITED link in HTML. The vlink attribute specifies the color of visited links in a document and in our example the visited link color is SET to RED.. |
|