zoukankan      html  css  js  c++  java
  • registe form

    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset"utf-8">
    <title>registe</title>
    </head>

    <body>
    <fieldset>
    <legend>Form</legend>
    <font size="6"><b>Welcome</font><br>
    <div>
    <form action="" method="get">
    <label for="name">Name:</label>
    <input type="text" name="name" id="name" required>
    </div>
    <div>
    <laber for="password">Password:</laber>
    <input type="password" name="password" id="password" required>
    </div>
    <div>
    <laber for="password">Make Sure Of Password:</laber>
    <input type="password" name="password" id="password" required>
    </div>
    <div>
    <label for="email">Enter your email: </label>
    <input type="email" name="email" id="email" required>
    </div>
    <div>
    <legend>Sex:</legend>
    <input type="radio">Man<input type="radio">Woman
    </div>
    <div>
    <input type="submit" value="Registe!">
    </div>
    </fieldest>
    </form>

    Form Welcome
    Password:
    Make Sure Of Password:
    Sex:
    ManWoman
  • 相关阅读:
    Careercup
    Careercup
    Careercup
    Careercup
    Careercup
    Careercup
    Careercup
    Careercup
    Careercup
    Careercup
  • 原文地址:https://www.cnblogs.com/huxiang/p/9662704.html
Copyright © 2011-2022 走看看