哪些是标准的W3C元标记?
W3C定义的标准元标记列表除下面给出的http://www.w3.org/wiki/HTML/Elements/meta
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta name="copyright" content="© W3C" /> <meta name="author" lang="en" content="" /> <meta name="robots" content="Index,Follow" /> <meta name="description" content="The World Wide Web Consortium (W3C) is an international community where Member organizations, a full-time staff, and the public work together to develop Web standards." /> <meta name="keyword" content="W3C, HTML, CSS, SVG, Web standards" />
HTML5
您只能在HTML5中使用以下值。 如果你需要一个没有列出的值,你必须先注册。
name
值
- 标准元数据名称 (在HTML5规范中定义)
- MetaExtensions ( 根据HTML5规范在WHATWG wiki中注册)
http-equiv
值
- Pragma指令 (在HTML5规范中定义)
- PragmaExtensions ( 根据HTML5规范在WHATWG wiki中注册)
HTML 4.01
在HTML 4.01中没有定义registry,所以你可以使用你喜欢的任何值。 见http://www.w3.org/TR/html401/struct/global.html#h-7.4.4 :
本规范没有定义一组合法的元数据属性。
该规范给出了一些name
值的例子,如:
-
author
-
keywords
-
description
-
copyright
-
date
-
ROBOTS
而对于http-equiv
值,如:
-
Expires
-
PICS-Label
-
Content-Type