麻烦老师帮忙检查3-4作业,谢谢,橘色行效果好像和范例不太一样

来源:3-4 编程练习

Miki未希

2020-05-17 09:53:09

<!DOCTYPE html>
<html>
<head>
    <title></title>
	<meta charset="utf-8">
</head>
    <body>
    	<!-- 在此编写代码 -->
    	<table width="100%" align="center">
    	    <thead  bgcolor="pink">
    	        <tr height="80px">
    	            <td>页头</td>
    	        </tr>
    	    </thead>
    	    <tbody>
    	        <tr height="10px">
    	            <td></td>
    	        </tr>
    	        <tr bgcolor="orange">
    	            <td>
    	                <table align="center">
    	                    <tr>
    	                        <td bgcolor="white" width="240px">左侧内容</td>
    	                        <td width="20px"></td>
    	                        <td bgcolor="white" width="764px">右侧内容</td>
    	                    </tr>
    	                </table>
    	            </td>
    	        </tr>
    	        <tr height="10px">
    	            <td>
    	            </td>
    	        </tr>
    	    </tbody>
    	    <tfoot bgcolor="black" >
    	        <tr height="80px">
    	            <td></td>
    	        </tr>
    	    </tfoot>
    	</table>
    </body>
</html>


写回答

1回答

好帮手慕小鱼

2020-05-17

同学你好,代码是正确的,效果是符合的。继续加油,祝学习愉快~

0

0 学习 · 40143 问题

查看课程