标签:
<meta http-equiv="refresh" content="20">//每二十秒刷新一次页面;
<meta http-equiv="refresh" content="20;url=http://www.baidu.com">//二十秒之后进入百度页面;
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
//强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放大浏览;
<Meta http-equiv="Widow-target" Content="_top">//强制页面在当前窗口以独立页面显示。
<Meta http-equiv="Page-Enter" Content="blendTrans(Duration=0.5)">
<Meta http-equiv="Page-Exit" Content="blendTrans(Duration=0.5)">//这个是页面被载入和调出时的一些特效。
<Meta name="Keywords" Content="关键词1,关键词2,关键词3,关键词4,……">//为搜索引擎提供的关键字
<Meta name="Description" Content="你网页的简述">//Description用来告诉搜索引擎你的网站主要内容。
<Meta name="Author" Content="张三,abc@sina.com">//标注网页的作者或制作组
<Meta name="Robots" Content="All|None|Index|Noindex|Follow|Nofollow">
//Robots用来告诉搜索机器人哪些页面需要索引,哪些页面不需要索引。Content的参数有all、none、index、noindex、follow、nofollow。默认是all。
//all:文件将被检索,且页面上的链接可以被查询;none:文件将不被检索,且页面上的链接不可以被查询;
<Link href="soim.ico" rel="Shortcut Icon">//Icon,网页title的图标
标签:
原文地址:http://www.cnblogs.com/jakning/p/4550952.html