scheme属性指定用于解释内容属性值的方案(格式或URI)。
使用scheme属性定义content属性的格式:
<!DOCTYPE html> <html> <head> <title>HTML:<meta> scheme 属性 - 编程教程网(123520.net)</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>测试看看 ‹/›
IEFirefoxOperaChromeSafari
所有主流浏览器都支持 scheme 属性。
HTML5 不支持 <meta> scheme 属性。
scheme属性指定用于解释内容属性值的方案(格式或URI)。
<meta scheme="format|URI">
值 | 描述 |
---|---|
format/URI | 定义 content 属性内的值的格式(或指向一个包含信息的 URI)。 |