Home  >  Article  >  Web Front-end  >  How to use html command tag

How to use html command tag

藏色散人
藏色散人Original
2019-05-26 14:10:393629browse

html The command tag is used to represent commands that users can call. The e2b9f03cad787b9644e1f51fd23b7dac tag can define command buttons, such as radio buttons, check boxes, or buttons. The command element is only visible if it is inside a menu element.

How to use html command tag

#html How to use the command tag?

Function: Indicates the commands that the user can call.

Description:

e2b9f03cad787b9644e1f51fd23b7dac tag can define command buttons, such as radio buttons, check boxes or buttons. The command element is only visible if it is inside a menu element. Otherwise this element will not be displayed, but it can be used to specify keyboard shortcuts.

Note:

Currently only Internet Explorer 9 supports the e2b9f03cad787b9644e1f51fd23b7dac tag. The e2b9f03cad787b9644e1f51fd23b7dac tag is new in HTML 5.

html command tag usage example

<!DOCTYPE HTML>
<html>
<body>
<menu>
<command type="command">Click Me!</command>
</menu>
</body>
</html>

The above is the detailed content of How to use html command tag. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn