<command> Label
Definitions and usage
<command> tags define command buttons, such as radio buttons, check boxes, or buttons.
Instance
Mark a Wind network (www.ithov.com) button:
<menu>
<command type= "command" >click me! Wind Network </command>
</menu>
Try it for yourself.
Differences between HTML 4.01 and HTML 5
The <command> label is a new label in HTML 5.
Property
The property value describes whether the checked checked definition is selected. Used only for radio or checkbox types. Disabled disabled defines whether command is available. The icon URL defines the URL of an image to display as a command. The label command http://www.aliyun.com/zixun/aggregation/11696.html >name is the command-defined name. The label is visible. Radiogroup name of Radiogroup defines the names of the radiogroup that the command belongs to. Used only when the type is radio. The Type checkbox command radio defines the types of the command. The default is command.
Standard properties
<command> tags support standard properties in HTML 5.
Event Properties
<command> tags support event properties in HTML 5.