百度注冊
已有賬號?立即登錄
<html> <head> <title>百度注冊</title> </head> <body> <h2>百度注冊</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ī)號碼: <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="立即注冊"> </p> </form> <p>已有賬號?<a href="#">立即登錄</a></p> </body> </html>