<html> <head> <title>网页设计</title> <style type="text/css"> <!-- body { margin: 0px;padding: 0px;text-align: center;} TD {FONT-SIZE: 12px; COLOR: #333;} #toubiao {BORDER-BOTTOM: #e2e2e2 1px solid;} --> </style> </head>
<body>
<SCRIPT> function toueme(){ document.getElementById("toubiao").style.display="none"; } </SCRIPT>
<DIV id=toubiao> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="4%" height="30" align="center"><img src="icon/images200712222//kids.gif" width="15" height="14"></td> <td width="82%"><a target="_blank" href="http://www.10i.com.cn/"> <span style="text-decoration: none"><font color="#808080">网页特效是用程序代码在网页中实现特殊效果或者特殊功能的一种技术,它为网页活跃了气氛,增加了网站的亲和力。</font></span></a></td> <td width="14%" align="right"><a style="CURSOR: hand" onClick=toueme()><img src="icon/images200712222/close.gif" width=84 height=11 hspace="6" border=0></a></td> </tr> </table> </DIV> </body> </html> |