Create a webpage using href tag having the attribute alink, vlink etc.
Answers
Answered by
0
Explanation:
HTML10 Create a Web page using href attribute of anchor tag & the attribute: alink, vlink etc. Create a Web page using href attribute of anchor tag & the attribute: alink, vlink etc. The BODY tag has following attributes: BGCOLOUR: It can be used for changing the background colour of the page.
Answered by
1
Answer:
alink stands for active link
vlink stands for visited link
Explanation:
you must have seen if we click on a link it changes colour.
It is due to vlink attribute.
It is used in body tag.
<body vlink = "red" alink = "blue">
The above will display active links in blue and visited links in red.
Similar questions