Home  >  Article  >  Web Front-end  >  HTML tag

HTML tag

(*-*)浩
(*-*)浩Original
2019-11-08 15:38:212877browse

HTML aa983b9eb8086376f1f6481364a02e5a tag

HTML <keygen> tag

##Definition and usage (Recommended learning: html Tutorial )

Theaa983b9eb8086376f1f6481364a02e5a tag specifies the key pair generator field to be used on the form.

When the form is submitted, the private key is stored locally and the public key is sent to the server.

Browser Support

All major browsers support the aa983b9eb8086376f1f6481364a02e5a tag except Internet Explorer and Safari.

Example

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 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
Previous article:HTML tagNext article:HTML tag