<style>
<!--
a{font-family:標楷體}
a:link{color:blue; text-decoration:none}
a:hover{color:red; background-color:#00FF00; text-decoration:underline; letter-spacing:1;
font-family:新細明體; cursor:hand; font-size:12pt}
a:visited{color:yellow;text-decoration:line-through}
-->
</style>
如此在此網頁中所有的超連結標註 <a> 都會依照指定的效果來呈現。
<a href=http://www.yam.com.tw/ style="cursor:crosshair">
當然這種方式必須在支援 CSS 的瀏覽器上才能夠顯示出來 (例如: IE4.0 或是 NetScape4.0 以上)