HTML meta 标签的 scheme 属性

scheme 属性用于指定要用来翻译属性值的方案。此方案应该在由 <head> 标签的 profile 属性指定的概况文件中进行了定义。


实例

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="date" content="2009-01-02" scheme="YYYY-MM-DD">
  5. <meta name="identifier" content="0-2345-6634-6" scheme="ISBN">
  6. </head>
  7. <body>
  8. </body>
  9. </html>

浏览器支持

scheme
schemeYesYesYesYesYes

所有浏览器均支持 scheme 属性。


定义

scheme 属性规定用于翻译 content 属性的值的方案(格式或 URI)。


语法

  1. <meta scheme="format|URI">

属性值

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