1、在css中給標簽添加樣式
a{
text-decoration: none;
}
2、也可以直接在a標簽加style樣式
<a href="×××.html"
style="text-decoration: none;">×××</a>
3、效果如圖
1、在css中給標簽添加樣式
a{
text-decoration: none;
}
2、也可以直接在a標簽加style樣式
3、效果如圖
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。