How to remove the default link color of the html hyperlink 'a' tag?

后端 未结 12 2131
时光说笑
时光说笑 2020-12-07 08:56

The default link color is blue. How to remove the default link color of the html hyperlink tag ?

12条回答
  •  自闭症患者
    2020-12-07 09:28

    
    

    This code changes the color from the default to what is specified in the style. Using a:hover, you can change the color of the text from the default on hover.

提交回复
热议问题