name (HTML attribute)
Example
The name
attribute identifies the content as
"categories":
<meta name="categories" content="work, projects, current" />
Description
The name
attribute is the counterpart to the content
attribute, and simply provides a name for the information included inside
the content attribute. If the
name attribute is present, the
http-equiv attribute should not be
used.
Value
Varies depending on the value of the
content attribute. The name
does not need to come from a set of standard meta names - you are free to
define your own schema for meta information.
Compatibility
| IE | 5.5 | Full |
|---|---|---|
| 6.0 | Full | |
| 7.0 | Full | |
| Firefox | 1.0 | Full |
| 1.5 | Full | |
| 2.0 | Full | |
| Safari | 1.3 | Full |
| 2.0 | Full | |
| 3.0 | Full | |
| Opera | 9.2 | Full |
| 9.5 | Full |
Because it is so open what you can do with meta information, support is stated as ‘full’ (all browsers expose the meta information via the Document Object Model).
User-contributed notes
There are no comments yet.
Add a note
To post a note on this topic, please log in with your SitePoint username and password. If you don't have an account yet, you can create a new account for free.

