Computer Science, asked by guptarajesh7897, 1 month ago

2. The color of the links can be changed in the <BODY> tag.

Answers

Answered by amithikuchana30
0

Answer:

<html>

<head>

</head>

<p>

text

<a href = "URL" style="colour:add_colour">

This becomes hyperlink with a different colour

</a>

</p>

</body>

</html>

Hope it will help you

Similar questions