Blogger Information
Blog 5
fans 0
comment 0
visits 3305
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
标题和段落
浮沉
Original
604 people have browsed it

标题和段落

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>标题和段落</title>
  7. </head>
  8. <body>
  9. <!-- 标题 h1-6 其中h4、h5、h6不常用 ;目的:1、设置标题;2、用来划分页面结构;-->
  10. <h1>最大的标题</h1>
  11. <h2>第二大标题</h2>
  12. <h3>第三大标题</h3>
  13. <h4>第四大标题</h4>
  14. <h5>第五大标题</h5>
  15. <h6>第六大标题</h6>
  16. <!--段落 p -->
  17. <p>段落有什么用处呢</p>
  18. </body>
  19. </html>
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

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
0 comments
Author's latest blog post