在我的頁面中,我放置了一些不需要任何行的鏈接,那么,如何使用HTML刪除該鏈接?
3 回答

梵蒂岡之花
TA貢獻1900條經驗 獲得超5個贊
將此添加到您的外部樣式表(首選):
a {text-decoration:none;}
或將其添加到<head>HTML文檔的中:
<style type="text/css">
a {text-decoration:none;}
</style>
或將其添加到a元素本身(不推薦):
<!-- Add [ style="text-decoration:none;"] -->
- 3 回答
- 0 關注
- 566 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消