码迷,mamicode.com
首页 > Web开发 > 详细

httpservlet----html测试页面

时间:2016-06-23 23:54:44      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

<!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>

httpservlet----html测试页面

标签:

原文地址:http://www.cnblogs.com/quanby/p/5612394.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!