Wednesday, October 23, 2013

HTML5 'command' Tag with example


HTML5   <command>  Tag 


Info of HTML5 command Tag :command button: a command that the user can invoke (like radio button or checkbox)
command Tag Attributes :type: Specifies the type of command [checkbox | command | radio] label: gives the name of the command, as shown to the user icon: a URL to a picture that represents the com- mand disabled: prevents the command from being executed [disabled] checked: Determines if the command is checked by default [checked] radiogroup: gives the name of the group of com- mands that will be toggled when the command itself is toggled title: gives a hint describing the command, which might be shown to the user to help them

0 comments :

Post a Comment