当前位置:网站首页>A remove the underline from the label

A remove the underline from the label

2022-06-26 14:29:00 Full stack programmer webmaster

Hello everyone , I meet you again , I'm your friend, Quan Jun .

A Remove the underline from the label

<style type=”text/css”> <!– a:link { text-decoration: none;color: blue} a:active { text-decoration:blink} a:hover { text-decoration:underline;color: red} a:visited { text-decoration: none;color: green} --> </style>

among : a:link It refers to normal links that have not been visited ; a:active Point to the link at ; a:hover Mouse over link ; a:visited Refers to links that have been visited ; text-decoration It means the effect of word decoration ; none Parameter indicates that the hyperlink text does not display underline ;

underline Parameter indicates that the text of the hyperlink is underlined

Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/133823.html Link to the original text :https://javaforall.cn

原网站

版权声明
本文为[Full stack programmer webmaster]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/177/202206261331049175.html