Computer Science, asked by saritachaurasiya0777, 7 months ago

HTML Structure to make background appear black, text, line yellow and recently visited link red.​

Answers

Answered by freedarajesh2003
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