admin管理员组

文章数量:1558079

例 

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>QQ注册验证</title>
    </head>
    <body>
        <form method="get" action="success.html">
            <img src="img/bg_chs.png" />
            <p><strong>注册账号</strong></p>
            <p>
                昵称<input type="text" required="required" pattern="[-\w\u4E00-\u9FA5]{4,10}" /> 长度为4-10个字符
            </p>
            <p>
                密码<input type="password" name="password" required="required" pattern="[\dA-Za-z]{6,16}" /> 长度为6-16个字符
            </p>
            <p>
                确认密码<input type="password" name=

本文标签: 表单静态标签页面html