中文(繁体)
<!-- 完整的 HTML 檔案如下: --> <html><head> <style type="text/css"> <!-- .text { font-family: "Arial", "Helvetica", "sans -襯線」;字體大小:12pt;顏色:#ff0000 } a:hover { font-family: "Arial", "Helvetica", "sans-serif";字體大小:12pt;顏色:#000000 ;文字裝飾:無 } .normal {背景顏色:#ccccc; } .over {背景顏色:#cccccc;上邊框:1px #ffffff 實心;左邊框:1px #ffffff 實心;右邊框:1px #999999 實心;邊框底部:1px #999999 固體} .down {背景顏色:#cccccc;頂部邊框:1px #999999 實心;左邊框:1px #ffffff 實心;右邊框:1px #ffffff 實心; border-bottom: 1px #ffffff Solid } .link {text-decoration: none;顏色:#000000; font-family: 宋體} --> </style> </head> <body bgcolor="#cccccc" text="#000000"> <table width="80" border="0" cellpadding="0" cellspacing ="0" height="30"> <tr> <td class=正常onmouseover='this.className="over"' onmousedown='this.className="down"' onmouseup='this.className="over" ' onmouseout='this.className="normal"' > <divalign="center" > <a style="cursor: default" href="http://www.downcodes.com" target="_blank">測試按鈕</a> </div> </td> </tr> </table> </body> </html>