HTML
##Definition and usage (Recommended learning: html Tutorial )
TheBrowser Support
All major browsers support theExample
Form with keygen field:<!DOCTYPE HTML> <html> <body> <form action="/example/html5/demo_form.asp" method="get"> 用户名:<input type="text" name="usr_name" /> 加密:<keygen name="security" /> <input type="submit" /> </form> </body> </html>
The above is the detailed content of HTML