您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關html怎么向超鏈接添加其他樣式的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。
<html> <head> <style type="text/css"> a.one:link {color: #ff0000} a.one:visited {color: #0000ff} a.one:hover {color: #ffcc00} a.two:link {color: #ff0000} a.two:visited {color: #0000ff} a.two:hover {font-size: 150%} a.three:link {color: #ff0000} a.three:visited {color: #0000ff} a.three:hover {background: #66ff66} a.four:link {color: #ff0000} a.four:visited {color: #0000ff} a.four:hover {font-family: monospace} a.five:link {color: #ff0000; text-decoration: none} a.five:visited {color: #0000ff; text-decoration: none} a.five:hover {text-decoration: underline} </style> </head> <body> <p>請把鼠標移動到這些鏈接上,以搜檢功效:</p> <p><b><a class="one" href="/index.html" target="_blank">這個鏈接篡改色采</a></b></p> <p><b><a class="two" href="/index.html" target="_blank">這個鏈接改變字體大小</a></b></p> <p><b><a class="three" href="/index.html" target="_blank">這個鏈接改動后臺色采</a></b></p> <p><b><a class="four" href="/index.html" target="_blank">這個鏈接扭轉字體系列</a></b></p> <p><b><a class="five" href="/index.html" target="_blank">這個鏈接竄改文本裝飾</a></b></p> </body> </html>
感謝各位的閱讀!關于“html怎么向超鏈接添加其他樣式”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。