<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" ><!-- 指示IE以目前可用的最高模式显示内容-->
<meta name="description" content="这个网页是专门用来卖大白菜的" > <!--页面描述-->
<meta name="keywords" content="html5, css3, javascript, 大白菜"> <!--页面关键词-->
<meta name="author" content="阿曾哥" > <!--定义网页作者-->
<meta name="robots" content="follow" >
<!--
content 值
none
搜索引擎将忽略此网页,等价于noindex,nofollow。
noindex
搜索引擎不索引此网页。
nofollow
搜索引擎不继续通过此网页的链接索引搜索其它的网页。
all
搜索引擎将索引此网页与继续通过此网页的链接索引,等价于index,follow。
index
搜索引擎索引此网页。
follow
搜索引擎继续通过此网页的链接索引搜索其它的网页。
-->
<meta name ="viewport" content ="width=device-width,initial-scale=1, minimum-scale=1 , maximum-scale=2, user-scalable=yes">
<!--
initial-scale=1, maximum-scale=1, minimum-scale=1,
content 参数解释:
width viewport 宽度(数值/device-width)
height viewport 高度(数值/device-height)
initial-scale 初始缩放比例
maximum-scale 最大缩放比例
minimum-scale 最小缩放比例
user-scalable 是否允许用户缩放(yes/no)
-->