無底線連結
範例 →HERE
把以下語法放在<head><head>之間
<style type="text/css"> <!-- a:hover { color: #000000; text-decoration: none; background-color: #3366ff} a:link { text-decoration: none; color: #6699FF} a:visited { text-decoration: none} --> </style>
說明: a:hover { color: #000000 是滑鼠指到連結的字時字的顏色(黑色) background-color: #3366ff 是滑鼠指到連結的字時,背景的顏色(深藍色) none; color: #6699ff 是現在看到的字的顏色(淺藍色)