百度注冊(cè)
用戶名:
密碼:
確認(rèn)密碼:
手機(jī)號(hào)碼:
驗(yàn)證碼:
已有賬號(hào)?立即登錄
<html> <head> <title>百度注冊(cè)</title> </head> <body> <h2>百度注冊(cè)</h2> <form action="#" method="post"> <p> 用戶名: <input type="text" name="username"> </p> <p> 密碼: <input type="password" name="password"> </p> <p> 確認(rèn)密碼: <input type="password" name="repassword"> </p> <p> 手機(jī)號(hào)碼: <input type="tel" name="phone"> </p> <p> 驗(yàn)證碼: <input type="text" name="code"> <img src="code.jpg" alt="驗(yàn)證碼"> </p> <p> <input type="submit" value="立即注冊(cè)"> </p> </form> <p>已有賬號(hào)?<a href="#">立即登錄</a></p> </body> </html>