Example Use the scheme attribute to define formats for the content attribute: <head> <meta name="date" content=...
Example
Use the scheme attribute to define formats for the content attribute:<head> <meta name="date" content="2009-01-02" scheme="YYYY-MM-DD" /> <meta name="identifier" content="0-2345-6634-6" scheme="ISBN" /> </head> |
Definition and Usage
The scheme attribute specifies a scheme (format or URI) to be used to interpret the value of the content attribute.Browser Support
The scheme attribute is supported in all major browsers.Syntax
<meta scheme="value" /> |
Attribute Values
Value | Description |
---|---|
format/URI | Defines the format (or points to an URI that contains the information) of the value inside the content attribute |