请检查 谢谢
来源:3-4 编程练习
weixin_慕粉7014616
2020-01-20 21:27:05
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
</head>
<body>
<!-- 在此编写代码 -->
<table align="center" width="100%">
<tr bgcolor="pink" height="80px"><td>页头</td></tr>
<tr bgcolor="#ffffff" height="10px"><td></td></tr>
<tr bgcolor="orange" width="1024px"><td>
<table align="center" bgcolor="orange">
<tr>
<td width="240px" bgcolor="#ffffff">左侧内容</td>
<td width="20px"></td>
<td width="764px" bgcolor="#ffffff">右侧内容</td>
</tr>
</table>
</td></tr>
<tr bgcolor="#ffffff" height="10px"><td></td></tr>
<tr bgcolor="black" height=80px><td></td></tr>
</table>
</body>
</html>
1回答
同学你好,代码是正确的。继续加油,祝学习愉快~