what is link and vlink and alink attribute of body tag
Answers
Answered by
1
Answer:
The HTML <body> link Attribute is used to specify the default color for a unvisited link in a document. The ALINK attribute specifies the colour of an active link in a document. When we place the ALINK attribute with a colour value in BODY tag and click a link, it automatically changes with the color which is given in ALINK attribute. The VLINK attribute specifies the color of visited links in the document.
Similar questions