| 123456789101112131415161718192021 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
- <head>
 
-   <meta charset="UTF-8">
 
-   <meta http-equiv="X-UA-Compatible" content="IE=edge">
 
-   <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-   <title>Document</title>
 
- </head>
 
- <body>
 
-   <!-- 
 
-     header 定义头部
 
-     nav    定义导航栏
 
-     section 定义某一块区域
 
-     article 定义文章
 
-     aside 定义侧边栏
 
-     footer 定义页脚
 
-   -->
 
-   <!-- 语义化标签 -->
 
-   <header>11111</header>
 
- </body>
 
- </html>
 
 
  |