3-31作业审批

来源:3-31 编程练习

web前端高级开发工程师

2021-08-04 14:41:04

<!DOCTYPE html>

<html>


<head>

    <title></title>

    <style type="text/css">

        div {

            width200px;

            height150px;

            background-color#eee;

            margin-top5px;

        }


        section {

            width200px;

            height30px;

            margin-bottom5px;

            background-color#ff0;

        }


        div:empty {

            background-colorred;

        }


        div>section:empty {

            background-colorrgb(6969177);

        }

    </style>

</head>


<body>

    <div>

        <section>one</section>

        <section>two</section>

    </div>

    <div></div>

    <div>

        <section>three</section>

        <section>four</section>

        <section>five</section>

        <section></section>

    </div>

</body>


</html>

相关截图:

http://img.mukewang.com/climg/610a367609ada6fe06350779.jpg

写回答

1回答

好帮手慕久久

2021-08-04

同学你好,代码正确,很棒!

另,如果问题是在习题对应的位置提问的,则可以不粘贴图片,老师可以自己点进去看习题的要求,这样能简化同学的操作。

祝学习愉快!

0

0 学习 · 17877 问题

查看课程

相似问题