How is color of background or text changed in HTML?

Questions by timmy   answers by timmy

Showing Answers 1 - 6 of 6 Answers

If it is href link

a:link {font-family:Arial, Helvetica, sans-serif; color:#372a2a; text-decoration:none;}
a:visited {font-family:Arial, Helvetica, sans-serif; color:#372a2a; text-decoration:none;}
a:hover {font-family:Arial, Helvetica, sans-serif; color:#372a2a; text-decoration:underline;}
a:active {font-family:Arial, Helvetica, sans-serif; color:#372a2a; text-decoration:none;}

You can change color, text decoration and background of the text with sepecified width.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions