How to use html keygen tag

silencement
Release: 2019-05-27 11:45:15
Original
3886 people have browsed it

How to use html keygen tag

##In HTML, the tag is used to specify the key pair generator field of the form. When the form is submitted, the private key is stored locally and the public key is sent to the server. The tag is a new tag in HTML5. It is supported by Firefox, Opera, Chrome and Safari 6 browsers, but not by Internet Explorer browser. This tag has been abandoned in the new web standard.

html5 New attribute

autofocus: Make the field gain focus when the page loads (value: autofocus).

challenge: Set the value of to ask on submission (value: challenge).

disabled: Disable the element field (value: disabled).

form: Define one or more forms to which the field belongs (value: form_id).

keytype: Defines the security algorithm of the key (value: rsa/dsa/ec).

name: Defines the unique name of the element. (value: name).

tag supports html global attributes and html event attributes

Format


Copy after login

Example


    html< keygen> 标签笔记_PHP笔记 
用户名:

加密:

Copy after login

Running result


How to use html keygen tag

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

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!