HTML <command> label 屬性
實例
一個帶有 label 的 <command> 元素:
<menu>
<command type="command" label="Save changes"
onclick="save()">Save</command>
</menu>
<command type="command" label="Save changes"
onclick="save()">Save</command>
</menu>
流覽器支持
目前,幾乎所有的主流流覽器都不支持 label 屬性。
定義和用法
必需的 label 屬性規定 command 的名稱,用於展示給用戶。
HTML 4.01 與 HTML5之間的差異
<command> 標籤是 HTML5 中的新標籤。
語法
<command label="text">
屬性值
值 | 描述 |
---|---|
text | 規定 command 的可見標籤。 |
