根据《JSP编程技术》习题完成简单的注册页面
代码:
<!DOCTYPE html>代码:
<html>
<head>
<meta charset="UTF-8">
<title>第二题</title>
</head>
<body>
<table border="1" align="center">
<tr><td align="center"><h1 align="center">注册页面</h1></td></tr>
<tr><td><form>
会 员 名:<input type="text" name="username"/>(*必填)<br/>
真实姓名:<input type="text" name="username"/>(*必填)<br/>
密  码:<input type="password" name="pwd" value="">(*必填)<br/>
学  历: <select>
<option>专科生</option>
<option>本科生</option>
<option>研究生</option>
<option>博士生</option>
<option>其他</option>
</select><br/>
爱 好:<br/>
   <input type="checkbox" value="" name="travle"/>运动
<input type="checkbox" value="" name="travle"/>旅游
<input type="checkbox" value="" name="travle"/>服装<br/>
   <input type="checkbox" value="" name="travle"/>阅读
<input type="checkbox" value="" name="travle"/>音乐
<input type="checkbox" value="" name="travle"/>购物<br/>
如何知道本网站:<br/>
      
<input type="radio" name="konw1" id="man1" value="1" />
<label for="man1">自己看到</label>
<input type="radio" name="konw2" id="man2" value="0" />
<label for="man2">朋友推荐</label><br/>
备注:<br/>
<input name="" type="text" style="width:400px; height:100px;" />
</form>
<tr><td>
<input type="reset" name="">  
<input type="submit" name="">
</td>
</tr>
</table>
</body>
</html>
效果图:

PS:新手小白,太多不会的东西了,只有实际做的时候才发现课上老师讲的完全不够。
英国物理学家说,宇宙中最惊人的奇迹,不是恒星,也不是行星,他其实不是一个物质,是时间里的一瞬间,就是现在[。(晚安)
浙公网安备 33010602011771号