当前位置:首页>>网页设计>>html语言教程>>正文

网页制作实用技巧:为表格添加连接

文章出处:网络收集 作者: 发布时间:2007-05-09 收藏到QQ书签
<table width=100><tr>
<td onClick="location.href='http://www.webjx.com'" bgcolor=#e7e7e7 onmouseover="this.bgColor='#999999'" onmouseout="this.bgColor='#e7e7e7'" title="microsoft" style="font-size:12px;cursor:hand">点我进入本站</td>
</tr></table>
Google