You are here: Reference > HTML > attributes > pqg (keygen)

pqg attribute (keygen)

Browser support:
This attribute appears to be a security string to be sent and verified.
Keygen is not a standard HTML tag, it is not recommended to use.

Possible values:

String that sets the security code. Use only alphanumeric characters.
Default: this attribute has no default value.

Example HTML code 1:

This example illustrates the use of the pqg attribute:
<form method="post" action="#URL#" enctype="application/x-www-form-urlencoded">
    <keygen name="key" pqg="code1" />
    <input type="text" name="textToCode" value="Some Text" />
    <br />
    <input type="submit" value="Send" />
</form>
Did you find this example helpful? yes no

Supported by tags:

User Contributed Comments

Post Content

Post Content