老师,这是3-4的作业,麻烦看看有什么问题,谢谢你!
来源:3-4 编程练习
TechnicalTopSales
2019-06-05 12:20:33
<!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>
<td bgcolor="white" height="10px"></td>
</tr>
<tr bgcolor="orange">
<td>
<table align="center">
<tr><td bgcolor="white" width="240px">左侧内容</td>
<td bgcolor="white" width="20px"></td>
<td bgcolor="white" width="764px">右侧内容</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="white" height="10px"></td>
</tr>
<tr bgcolor="black" height="80px" >
<td>yewei</td>
</tr>
</table>
</body>
</html>
1回答
好帮手慕糖
2019-06-05
你好,实现效果没有问题,继续加油!
祝学习愉快!
相似问题