欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

html5編寫(xiě)百度注冊(cè)頁(yè)面代碼

百度注冊(cè)

百度注冊(cè)

用戶名:

密碼:

確認(rèn)密碼:

手機(jī)號(hào)碼:

驗(yàn)證碼:驗(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>