2. The color of the links can be changed in the <BODY> tag.
Answers
Answered by
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