What is vlink and its use
Answers
Definition and Usage. The vlink attribute specifies the color of visited links in a document.
What is Alink and vlink?
In HTML, alink(active link) and vlink(visited link) are attributes. By default alink is red color and vlink is purple color. The format for setting color to these attributes is: <html>
HEY MATE
Vlink = visited link
Vlink : when you close the website that has been opened using a link. Now if you go and see the link you will see that it will be in purple color. It means that the website connected to the link has already opened using the link. When ever you open the website containing the link until the history is erased , the vlink will appear people only.
The format for setting color to these attributes is:
<html>
<body alink="green" vlink=”blue”>
<p><a href="https://google.com">Google</a></p>
</body>
</html>
hope it helps
PLZ MARK AS BRAINLIEST