老师帮忙看一下代码是否正确

来源:2-6 编程练习

dy12369

2021-12-08 22:34:23

<!DOCTYPE html>

<html>

    <head>

        <meta charset="UTF-8">

        <title>文本样式</title>

        <style type="text/css">

           h1 {

               color:green;

           }

           a {

               color:#009;

               text-decoration:none;

           }

        </style>

    </head>

    <body>

        <h1>大话西游之大圣娶亲的影评</h1>

        <a href="###">热门/最新/好友</a>

        <hr>

        <a href="123">罗弘美素</a>

        <span>★★★★★</span>

        <span>2010-07-26</span>

        <div>有人跟我比赛背台词么</div>

        <span>阅读:1615</span>

        <a href="12">有用</a>

        <hr>

        <a href="123">十七只猫和鱼</a>

        <span>★★★★

        <span>2006-04-26</span>

        <div>任何时候任何场合都可以再看一遍的电影</div>

        <span>阅读:515</span>

        <a href="12">有用</a>

        <hr>

        <a href="123">暖家男</a>

        <span>★★★★<span>

        <span>2006-04-22</span>

        <div>一定有一些电影 永远都不能被超越</div>

        <span>阅读:490</span>

        <a href="12">有用</a>

    </body>

</html>


写回答

1回答

好帮手慕星星

2021-12-09

同学你好,代码优化如下:

1、五角星颜色需要是橘色的,可以加class类设置

https://img.mukewang.com/climg/61b15fd5094ebef702750077.jpghttps://img.mukewang.com/climg/61b15fde0965088d05330175.jpg

https://img.mukewang.com/climg/61b15ffa0918069f05180174.jpg

https://img.mukewang.com/climg/61b160040932e4d804800165.jpg

2、最后一项缺少hr下换线

https://img.mukewang.com/climg/61b160380958d0df05410108.jpg

祝学习愉快!

0

0 学习 · 15276 问题

查看课程