1,meta元素有4个全局属性
- charset
- 设置文档的编码类型,通常设置为utf-8
-
<meta charset="utf-8" />
-
content
- 配合name或者http-equiv属性使用,为其value、
- name
-
元数据名称(name的值) 说明 application name 当前页所属Web应用系统的名称 keywords 描述网站内容的关键词,以逗号隔开,用于SEO搜索 description 当前页的说明 author 当前页的作者名 copyright 版权信息 renderer renderer是为双核浏览器准备的,用于指定双核浏览器默认以何种方式渲染页面 viewreport 它提供有关视口初始大小的提示,仅供移动设备使用 - 编辑
-
- http-equiv
- http-equiv属性为指定所要模拟的标头字段的名称,content属性用来提供值。
-
<meta http-equiv="cache-control" content="no-cache">或者重定向,刷新属性都有