您好,登錄后才能下訂單哦!
小編給大家分享一下如何操作a標簽的默認樣式,希望大家閱讀完這篇文章后大所收獲,下面讓我們一起去探討吧!
代碼如下:
a:link { font-size: 12px; color: #000000; text-decoration: none; } a:visited { font-size: 12px; color: #000000; text-decoration: none; } a:hover { font-size: 12px; color: #999999; text-decoration: underline; }
這樣定義樣式表就可以實現你的功能了,不會樣式表的話,可以把下面的代碼加到你的頁面中<head></head>標簽里:
<style type="text/css"> <!-- a:link { font-size: 12px; color: #000000; text-decoration: none; } a:visited { font-size: 12px; color: #000000; text-decoration: none; } a:hover { font-size: 12px; color: #999999; text-decoration: underline; } --> </style>
看完了這篇文章,相信你對如何操作a標簽的默認樣式有了一定的了解,想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。