English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The scheme attribute specifies the scheme (format or URI) used to interpret the content attribute values.
Use the scheme attribute to define the format of the content attribute:
<!DOCTYPE html> <html> <head> <title>HTML: <meta> scheme Attribute - Basic Tutorial Website(oldtoolbag.com)</title> <meta name="date" content="2019-11-02" scheme="YYYY-MM-DD"> <meta name="identifier" content="0-1345-7634-8" scheme="ISBN"> </head> <body> <h1>My Website</h1> <p>Some text.../p> </body> </html>Test it out ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the scheme attribute.
HTML5 The <meta> scheme attribute is not supported.
The scheme attribute specifies the scheme (format or URI) used to interpret the content attribute values.
<meta scheme="format|URI">
value | description |
---|---|
format/URI | Define the format (or point to a URI containing information) of the value within the content attribute. |