httpservlet----html测试页面

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>测试</title>
<style type="text/css">
body{
line-height:50px;
}
</style>
</head>
<body>
<form action="first" method="post">
用户名:<input type="text" name="userName"><br/>
密码:<input type="password" name="pwd"><br/>
爱好:<input type="checkbox" name="love" value="1">游泳
<input type="checkbox" name="love" value="2">骑马
<input type="checkbox" name="love" value="3">篮球<br/>
<input type="submit">
</form>
</body>
</html>

posted @ 2016-06-23 22:12  前进着  阅读(285)  评论(0编辑  收藏  举报