1.1. 设置编码
<meta charset="UTF-8">1.2.自动刷新
<meta http-equiv="Refresh" Content="3">1.3.自动跳转
<meta http-equiv="Refresh" Content="3;Url=http://www.baidu.com">1.4.关键字
<meta name="keywords" content="关键字1,关键字2,关键字3"/>1.5.描述信息
<meta name="description" content="详细描述信息"/>1.6IE兼容
<meta http-equiv="X-UA-Compatible" content="IE=IE9;IE=IE8;" />html基础--meta标签
原文地址:http://blog.51cto.com/13803166/2146206