码迷,mamicode.com
首页 > 其他好文 > 详细

页面结构分析

时间:2020-02-20 00:02:17      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:style   code   har   body   ima   footer   class   foo   pre   

技术图片

 1 <!DOCTYPE html>
 2 <html lang="en">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>页面结构分析</title>
 6 </head>
 7 <body>
 8     <header>
 9         <h2>页首部分</h2>
10     </header>
11     <section>
12         <h2>主体部分</h2>
13     </section>
14     <footer>
15         <h2>页尾部分</h2>
16     </footer>
17 </body>
18 </html>

 

页面结构分析

标签:style   code   har   body   ima   footer   class   foo   pre   

原文地址:https://www.cnblogs.com/ls93559/p/12333815.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!