HTML Structure to make background appear black, text, line yellow and recently visited link red.
Answers
Answered by
0
Answer:
Explanation:
background-color: transparent; text-decoration: none; } a:hover { color: red; background-color: transparent; text-decoration: underline; } a:active { color: yellow;
Similar questions