
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
Create a web page using href tag having the attribute alink, vlink etc
0
The alink stands for active link and the vlink stands for visited link. These attitudes ar…
asked
Apu
0 answers
2915
The alink stands for active link and the vlink stands for visited link. These attitudes ar…
Answer Link
answered
Apu