HTML <meta> scheme attribute
HTML <meta> tag
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>
|
Try it yourself!
|
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
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 |
HTML <meta> tag
Learn XML with <oXygen/> XML Editor - Free Trial!
 |
|
oXygen helps you learn to define,
edit, validate and transform XML documents. Supported technologies include XML Schema,
DTD, Relax NG, XSLT, XPath, XQuery, CSS.
Understand in no time how XSLT and XQuery work by using the intuitive oXygen debugger!
Do you have any XML related questions? Get free answers from the oXygen
XML forum
and from the video
demonstrations.
Download a FREE 30-day trial today!
|
|