5505人加入学习
(22人评价)
Web前端第一季(HTML)

制作完成于2018年5月25日

价格 免费
<!DOCTYPE html>
<html>
<head>
	<title>我是标题</title>
	<meta ="Content-Type" content="text/html;charset=utf-8"/>
	<!-- utf-8 gbk gb2312 -->
</head>
<body>

<table width="100%">
<tr bgcolor="#242424" height="70px" cellspacing="0" cellpadding="0">
	<td>
		<table width="100%" height=100%><tr height="100%" align="center">
		<td width="100px"><Img src="Img/logo.png" height="50px" /></td>
		<td width="70px"><font  size="2" color="#DDDDDD">首页</font></td>
		<td width="70px"><font  size="2" color="#DDDDDD">全部课程</font></td>
		<td width="70px"><font  size="2" color="#DDDDDD">Unity</font></td>
		<td width="70px"><font  size="2" color="#DDDDDD">Unreal</font></td>
		<td width="70px"><font  size="2" color="#DDDDDD">关于我们</font></td>
		<td></td>
		<td width="70px"><font  size="2" color="#DDDDDD">登录</font></td>
		<td width="70px"><font  size="2" color="#DDDDDD">注册</font></td>
		</tr></table>
	</td>
</tr>
<tr>
	<td>
	<table width="1000px" align="center"><tr><td><font  size="2">首页&nbsp;&nbsp;/&nbsp;&nbsp;JavaEE&nbsp;&nbsp;/&nbsp;&nbsp;Java编程学习第四季&nbsp;&nbsp;/&nbsp;&nbsp;默认教学计划</font></td></tr></table>
	</td>
</tr>
<tr>
	<td>3</td>
</tr>
<tr>
	<td>4</td>
</tr>
<tr height="200px" bgcolor="#000000" align="center">
	<td>
	<font  size="2" color="#DDDDDD">课程存档</font><br/><br/>
	<font  size="2" color="#DDDDDD">课程内容版权均归 SiKi学院 所有 京ICP备16046985号</font>
	</td>
</tr>
</table>

</body>
</html>

 

[展开全文]