The vlink attribute means the visited link. This is used to add color to a link that you have previously visited. The example is given below.
<body vlink='orange'>
<a href="https://www.3schools.in">
Visit 3schools
</a>
</body>
The vlink attribute means the visited link. This is used to add color to a link that you have previously visited. The example is given below.
<body vlink='orange'>
<a href="https://www.3schools.in">
Visit 3schools
</a>
</body>
Comments (0)