3-4 编程练习作业提交
来源:3-4 编程练习
MiMicccc
2020-08-18 18:46:17
<!DOCTYPE html> <html> <head> <title></title> <meta charset="utf-8"> </head> <body> <!-- 在此编写代码 --> <table width="100%" > <tr><td height="80px" bgcolor="pink">页头</td></tr> <tr><td height="10px"></td></tr> <tr> <td width="100%" bgcolor="orange"> <table width="1024px" align="center"> <tr> <td width="240px" bgcolor="#fff">左侧内容</td> <td width="20px"></td> <td width="764px" bgcolor="#fff">右侧内容</td> </tr> </table> </td> </tr> <tr><td height="10px"></td></tr> <tr><td height="80px" bgcolor="black">页脚</td></tr> </table> </body> </html>
1回答
同学你好,代码是正确的,效果很棒。继续加油,祝学习愉快!
相似问题