<!-- 文档类型 -->
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!-- 文档语言 -->
<meta content="zh-CN" http-equiv="Content-Language"/>
<!-- 定义手机显示缩放样式 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta content="yes" name="apple-mobile-web-app-capable"/>
<!-- 如果支持Google Chrome Frame:GCF,则使用GCF渲染;若系统安装ie8或以上版本,则使用最高版本ie渲染;否则,忽略设定 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- 定义 Chrome 的颜色主题, 让标签颜色与网站融为一体, Chrome 在 Android 5.0 中特有的功能 -->
<meta name="theme-color" content="#ff6666">
<!-- 三基本要素 -->
<meta name="keywords" content="标签"/>
<meta name="description" content="描述"/>
<title>标题</title>
<!-- 自定义网站icon -->
<link rel="icon" href="/favicon.ico">