html The command tag is used to represent commands that users can call. The
#html How to use the command tag?
Function: Indicates the commands that the user can call.
Description:
Note:
Currently only Internet Explorer 9 supports the
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!