Blogger Information
Blog 9
fans 0
comment 6
visits 9540
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
标签语义化练习
存在
Original
672 people have browsed it

1,代码

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <link rel="stylesheet" href="css/demo1.css" />
  7. <title>标签语义化</title>
  8. </head>
  9. <body>
  10. <!--标签语义化-->
  11. <!--页眉-->
  12. <header>
  13. <h1>&lt;header&gt;</h1>
  14. </header>
  15. <div class="container">
  16. <!--侧边栏-->
  17. <aside>
  18. <h1>&lt;aside&gt;</h1>
  19. </aside>
  20. <!--主体-->
  21. <main>
  22. <h1>&lt;main&gt;</h1>
  23. <div>
  24. <!--主体部分-->
  25. <section><h1>&lt;section&gt;</h1></section>
  26. <section><h1>&lt;section&gt;</h1></section>
  27. </div>
  28. </main>
  29. </div>
  30. <!--页脚-->
  31. <footer>
  32. <h1>&lt;footer&gt;</h1>
  33. </footer>
  34. </body>
  35. </html>

2,预览

效果预览

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