html5标准格式示代码

 1 <!DOCTYPE html>
 2 <html lang="zh-CN">
 3 <head>
 4     <meta charset="utf-8">
 5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 6     <meta name="renderer" content="webkit">
 7     <meta name="viewport" content="width=device-width, initial-scale=1">
 8     <meta name="description" content="简介">
 9     <meta name="keywords" content="关键字">
10     <meta name="author" content="作者">
11     <title></title>
    <link rel="apple-touch-icon" href="/apple-touch-icon.png(180*180)">
    <link rel="icon" href="/favicon.ico(32*32)">

12 </head> 13 <body> 14 </body> 15 </html>
原文地址:https://www.cnblogs.com/woleicom/p/4104872.html