Web Tools Table Maker3schools TranslateImage CompressorFavicon Icon GeneratorCrop & Resize Image
Apu
Apu December 06, 2022 › #Attribute #Html

Create a web page using href tag having the attribute alink, vlink etc

The alink stands for active link and the vlink stands for visited link.

These attitudes are used in the body tag. The alink attribute is used to define the colour of an active link and the vlink attribute is used to define the visited link colour of a webpage.

Know more about alink attribute and vlink attribute .

<html>
 <body alink="gold" vlink="green">
  <h1>Example of alink and vlink attributes.</h1>
  <a href="https://example.com">Link one</a>
  <a href="https://google.com">Link two</a>
 </body>
</html>
save
listen
AI Answer
Write Your Answer
loading
back
View All