<style type="text/css">
a:link,a:visited{
text-decoration:none; /*超鏈接無下划線*/
}
a:hover{
text-decoration:underline; /*鼠標放上去有下划線*/
}
</style>
<a href="#">超鏈接</a>