我的代码实现出的页面与要求实现页面不服 不知道哪块出现问题
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
</head>
<body>
<!-- 在此编写代码 -->
<table align="center" width="1024px">
<thead>
<tr>
<td bgcolor="pink" width="100%" height="80px">页头</td>
</tr>
</thead>
<tbody>
<tr>
<td bgcolor="white"></td>
</tr>
<tr>
<td>
<table bgcolor="orange" width="100%">
<tr>
<td></td>
<td bgcolor="white" width="240px">左侧内容</td>
<td width="20px"></td>
<td bgcolor="white" width="764px">右侧内容</td>
<td></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="white"></td>
</tr>
</tbody>
<tfoot>
<tr>
<td bgcolor="black" height="80px"></td>
</tr>
</tfoot>
</table>
</body>
</html>
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星