Blogger Information
Blog 8
fans 0
comment 2
visits 3109
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
元素/属性/群组选择器
阿彪 涉外电商高级顾问
Original
365 people have browsed it
元素/属性/群组选择器

网上配镜

为什么越来越多的人选择在网上配镜呢?品种多、价格优惠!

眼镜店

国内眼镜店

https://www.zpz.cn

国外眼镜店

https://www.cheapglasses123.com


<!DOCTYPE html>

<html lang="en">

  <head>

    <meta charset="UTF-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <title>元素/属性/群组选择器</title>

  </head>

  <body>

    <h1>网上配镜</h1>

    <p>

      为什么越来越多的人选择在<a

        title="您好眼镜"

        href="https://www.helloeyewear.com"

        >网上配镜</a

      >呢? 品种多、价格优惠!

    </p>


    <h2>眼镜店</h2>

    <h3>国内眼镜店</h3>

    <p>https://www.zpz.cn</p>

    <h3>国外眼镜店</h3>

    <p>https://www.cheapglasses123.com</p>


    <style>

      h1 {

        color: blue;

        font-size: 30px;

        text-align: center;

      }

      a[title="您好眼镜"] {

        color: black;

        font-weight: bold;

      }


      h2,

      h3 {

        color: green;

      }


      * {

        font-family: "幼圆";

      }

    </style>

  </body>

</html>



Correcting teacher:PHPzPHPz

Correction status:unqualified

Teacher's comments:作业是写一个后台小案例
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
阿彪 涉外电商高级顾问 2022-10-21 17:13:13
2个不同的作业题, 分2次提交的。
1 floor
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!