htmlcss

The HTML <command></command> element was introduced in HTML5. It defines a command button, like a radiobutton, a checkbox, or a button. This element must be inside a <menu> element. If not, it will not be displayed.


Attributes


HTML example:

<menu>
<command type="command">Click Me!</command>
</menu>