最新的Web開發教程
 

HTML <meta> scheme Attribute

<HTML <meta>標記

使用scheme屬性來定義格式的content屬性:

<head>
<meta name="date" content="2009-01-02" scheme="YYYY-MM-DD">
<meta name="identifier" content="0-2345-6634-6" scheme="ISBN">
</head>
試一試»

定義和用法

<meta>方案屬性不是HTML5的支持。

scheme屬性指定用於解釋值的方案(格式或URI) content屬性。


瀏覽器支持

屬性
scheme

句法

<meta scheme="format|URI">

屬性值

描述
format/URI 定義了內部的格式(或指向包含一個URI中的信息)的值的content的屬性

<HTML <meta>標記