العربية
<!-- عنوان HTML المصدر: --> <html><head> <style type="text/css"> <!-- .text { Font-family: "Arial"، "Helvetica"، "sans" -الرقيق"؛ حجم الخط: 12 نقطة؛ اللون: #ff0000 } a:hover {font-family: "Arial"، "Helvetica"، "sans-serif"؛ حجم الخط: 12 نقطة؛ اللون: #000000؛ زخرفة النص: لا شيء } .عادي {لون الخلفية: #ccccc؛ } .over {background-color:#cccccc; الحدود العلوية: 1 بكسل #ffffff صلب؛ الحدود اليسرى: 1px #ffffff الصلبة؛ الحدود اليمنى: 1 بكسل #999999 صلب؛ الحد السفلي: 1 بكسل #999999 صلب } .down {background-color:#cccccc; الحد العلوي: 1 بكسل #999999 صلب؛ الحدود اليسرى: 1px #ffffff الصلبة؛ الحدود اليمنى: 1px #ffffff الصلبة؛ الحد السفلي: 1px #ffffff Solid } .link {زخرفة النص: لا شيء؛ اللون: #000000؛ عائلة الخط: 宋体} --> </style> </head> <body bgcolor="#cccccc" text="#000000"> <table width="80" border="0" cellpadding="0" cellpacing ="0" height="30"> <tr> <td class=normal onmouseover='this.className="over"' onmousedown='this.className="down"' onmouseup='this.className="over" ' onmouseout='this.className="normal"' > <div align="center" > <a style="cursor: default" href="http://www.downcodes.com" target="_blank"> انتقل إلى القائمة</a> </div> </td> </tr> </table> </body> </html>