Latest web development tutorials

HTML command icon property

Tag Reference HTML command HTML <command> tag

Examples

Representative <command> element image:

<menu>
<command type="radio" label="Left" icon="left.png"
onclick="setAlign('left')">Left</command>
</menu>

try it"

Browser Support

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Currently, almost all the mainstream browsers do not support icon properties.


Definition and Usage

icon attribute specifies the command element of the representative image.


Differences between HTML 4.01 and HTML5

<Command> tag is new in HTML5 tags.


grammar

<command icon="URL">

Property Value

描述
URL 规定代表 command 的图像。

可能的值:

  • 绝对 URL - 指向另一个网站(比如 icon="../../www.example.com/lamp.jpg")
  • 相对 URL - 指向网站内的一个文件(比如 icon="lamp.jpg")


Tag Reference HTML command HTML <command> tag