How to remove the underline of a link? -PHP Chinese website Q&A-How to remove the underline of a link? -PHP Chinese website Q&A
Please watch and learn.
a{text-decoration: none;}
这个我们就要编写css代码了,在css中加入 a{text-decoration: none;}即可去除链接的下划线!
How to remove the underline of a link? -PHP Chinese website Q&A-How to remove the underline of a link? -PHP Chinese website Q&A
Please watch and learn.
a{text-decoration: none;}
这个我们就要编写css代码了,在css中加入 a{text-decoration: none;}即可去除链接的下划线!