Site map | Dr. Computer | Did you know ? | Life | Android / iOS |
|
Dr. Computer ..... • Html 超連結底線;text-decoration : none ... 2022-12-02 大部分的瀏覽器都會預設在超連結上加上底線,其目的是用來清楚表示或區分內容的差異。 超連結底線非強制性標示,故可有可無,因此如果不想看到超連結底線的話,可以透過下列方式將底線給隱藏起來。 如果不想看到超連結底線的話,可以透過下列方式將底線給隱藏起來。 1. 直接在 html 超連結後面加上 style="text-decoration:none;" 範例如下: 需要在每一個超連結都加上上述語法,推薦使用這個方式,因為瀏覽器會優先處理這個語法。 2. 在 html 的 style 標籤中加入 a{text-decoration:none} 範例如下:
|
|
|