Latest web development tutorials

HTML meta scheme property

HTML meta tags Reference Manual HTML <meta> tag

Examples

Use the scheme property to define the format of 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"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

All major browsers support scheme property.


Definition and Usage

HTML5 does not support the <meta> scheme property.

scheme attribute specifies the attributes of the content for translation value (format or URI).


grammar

<meta scheme="format|URI">

Property Value

描述
format/URI 定义 content 属性内的值的格式(或指向一个包含信息的 URI)。


HTML meta tags Reference Manual HTML <meta> tag