<!DOCTYPE html>html
<html>學習
<head>ui
<meta charset="utf-8" />this
<title>課堂學習</title>spa
</head>orm
<body>htm
<fieldset>ip
<legend>註冊表單(必填)</legend>utf-8
<form method="#">input
<p>
<label for="r_name">帳號:</label>
<input type="text" id="r_name" placeholder="請輸入手機號或者郵箱" required/><span class="span_1" onfocus="oniput(this,1)"></span>
</p>
<p>
<label for="r_password">密碼:</label>
<input type="password" id="r_password" placeholder="請輸入密碼" required/><span class="span_3"></span>
</p>
<p>
<label for="r_repassword">確認密碼:</label>
<input type="password" id="r_repassword" placeholder="確認密碼" required/><span class="span_4"></span>
</p>
<p id="sex_p">
選擇性別:<label for="man">男</label>
<input type="radio" id="man" name="sex"/>
<label for="woman">女</label>
<input type="radio" id="woman" name="sex"/>
</p>
<p id="botton">
<input type="submit" value="提交"/>
<input type="reset" />
</p>
</form>
</fieldset>
</body>
</html>