Blogger Information
Blog 5
fans 0
comment 0
visits 2563
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
标配介绍与排列
Fog.
Original
366 people have browsed it

<h1>一级标签</h1>

<h2>二级标签</h2>

<h3>三级标签</h3>

<h4>四级标签</h4>

<h5>五级标签</h5>
<h6>六级标签</h6>

<hr/>水平线

  1. <!DOCTYPE html> #文档类型
  2. <html lang="en"> #页面语言
  3. <head> #头元素
  4. <meta charset="UTF-8" /> #默认网站语言为utf-8
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" /> #浏览器兼容
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />#视口适配控制:实现缩放比例等等
  7. <title>fogbhr</title>#页面标题
  8. </head>
  9. <body> #主体元素
  10. <h1></h1>
  11. <h2></h2>
  12. <h3></h3>
  13. <h4></h4>
  14. <h5></h5>
  15. <h6></h6>
  16. <h7></h7>
  17. </body>
  18. </html>
Correcting teacher:PHPzPHPz

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