您的位置:首页 > Web前端 > HTML

HTML学习笔记--超链接

2015-03-13 15:36 288 查看
<html>
<head>
<title>设置表格表头</title>
</head>
<body>
<table width="80%" border="1">
<tr>
<th>软件工程</th>
<th>计算机网络</th>
<th><a href="http://jwch.sdut.edu.cn/">山东理工大学教务处</a></th>
</tr>
<tr>
<th>111</th>
<th>222</th>
<th>333</th>
</tr>
<tr>
<th>1111</th>
<th>2222</th>
<th>3333</th>
</tr>
</table>
</body>
</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: