Blogger Information
Blog 2
fans 0
comment 0
visits 725
Related recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html标签小练
蒲公英
Original
361 people have browsed it
<!-DOCTYPE html>
<html>
   <head>
       <meta charset="UTF-8">
       <title>我的第一个网页</title>
       <meta name="keywords" content="Jessie,test"/>
       <meta name="description" content="Jessie学习大前端开发的第一个网页"/>
   </head>
   <body>
       <p>
       <h1>我的作业</h1>
       2021年11月9日晚8:00-10:00开始了第一次大前端开发的课程,希望能学习好!
       </p>
       <h2>目前我比较常用的购物网站有: </h2>
       <h4>[无序列表]</h4>
       <ul>
           <li><a href="http://www.taobao.com">淘宝天猫</a></li>
           <li><a href="http://www.jd.com">京东商城</a></li>
           <li><a href="http://www.vip.com">唯品会</a></li>
       </ul>
       <!--有序列表-->
       <h4>[有序列表]</h4>
       <ol>
       <li><a href="http://www.taobao.com">淘宝天猫</a></li>
       <li><a href="http://www.jd.com">京东商城</a></li>
       <li><a href="http://www.vip.com">唯品会</a></li>
               </ol>
       <details>
           <summary><b>常用买菜平台</b></summary>
           <p>美团优选</p>
           <p>多多买菜</p>
           <p>盒马集市</p>
       </details>
       <hr/>
       <u>我喜欢的一张图片是:</u>
       <br/>
       <!--显示图片-->
       <img src="./img/dq.jpg" alt="Sorry,图片加载失败">
       <hr>
       <!--定义列表-->
       <h2>推荐以下书籍</h2>
       <dl>
           <dt>
           <a href="http://product.dangdang.com/22800633.html"><img src="./img/xiyouji.jpg" alt=""></a>
           </dt>
           <dd>商品名称:西游记</dd>
           <dd>商品价格:¥11.70</dd>
           <dd>本书作者:吴承恩</dd>
       </dl>
       <dl>
           <dt>
           <a href="http://product.dangdang.com/22800634.html"><img src="./img/hongloumeng.jpg" alt=""></a>
           </dt>
           <dd>商品名称:红楼梦</dd>
           <dd>商品价格:¥11.70</dd>
           <dd>本书作者:曹雪芹</dd>
       </dl>
   </body>
</html>


Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:不错,在学完markdown语法以后,页面会更加美观
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
0 comments
Author's latest blog post