Computer Science, asked by jacobpach, 1 year ago

html code for link alink and vlink

Answers

Answered by kunal7227
3
In HTML, alink(active link) andvlink(visited link) are attributes. By default alink is red color and vlink is purple color. You can set the linkcolors according to color scheme of the web page.In HTML, alink(active link) and vlink(visited link) are attributes.

By default alink is red color and vlink is purple color.

The format for setting color to these attributes is:

<html>
<body alink="green" vlink=”blue”>
<p><a href="https://google.com">Google</a></p>
</body>
</html>


PLEASE MAKE ME BRAINLIST QUESTIONS
PLEASE

kunal7227: please make me brainlist questions
jacobpach: thanks but i need the code
kunal7227: okk
kunal7227: just a sec
kunal7227: is this good
jacobpach: good but can u do it full (with title and head)
Similar questions