<meta ……>不同的定义方式有不同的含义,这是web前端者必知的东西:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
说明了他的文字编码
<meta http-equiv="Content-Language" content="zh-CN" />
说明了他采用的语言
<meta name="author" content="Navy" />
说明了他的作者
<meta name="Copyright" content="Navy" />
说明了他的版权
<meta name="description" content="" />
是对网站的简单描述
主要是被百度这些搜索网站检索的时候用的 非常重要
<meta content="" name="keywords" />
说明了本网站的关键字
主要是被百度这些搜索网站检索的时候用的 非常重要
原文地址:http://blog.csdn.net/navysir8/article/details/45077087