06Linuxwuliqiang.blog.chinaunix.net
linux_wuliqiang
业精于勤,荒于嬉
全部博文(763)
生活小常识(7)
git(3)
Socket(12)
Bash(1)
命令(Commond)(7)
服务器(32)
Linux内核(0)
vi_gcc_gdb_emacs(3)
Makefile(8)
C++容器(7)
项目管理(0)
代码管理(3)
Android(18)
MTK(3)
Iphone(109)
Symbian(0)
点阵字库(3)
环境搭建(1)
寻路算法(2)
字库相关(2)
Unity3D(17)
MD2_3D动画显示(1)
地图相关(11)
Hge Engine(0)
Cocos2d(14)
文件解析(3)
图片解析(11)
OpenGL(53)
游戏架构(1)
ECMAScript(1)
Flash(0)
Html5(11)
Jsp(6)
Eclipse(4)
J2ee_project(0)
文件上传(0)
UI(0)
J2ME(14)
reportTable(0)
2018年(6)
2017年(15)
2016年(2)
2015年(31)
2014年(14)
2013年(87)
2012年(75)
2011年(94)
2010年(190)
2009年(38)
2008年(183)
2007年(28)
Tay_linu
niao5929
shencz20
qssjh035
mugua250
youngmam
xixichen
CU官方博
commshar
leonlinl
leleston
smile124
甜菜妙妙
test1
xinshou6
bingor
speed
格伯纳
分类:
2008-11-12 15:53:03
<html> <head> <title>表单练习</title> </head> <body> <h1 align="center"> 我的表单练习 </h1> <br> <br> 请输入您的注册信息: <br> <br> <form action="" name="userinfo" method="post"> 用户名: <input type="text" name="name"> <br> <br> 密码: <input type="password" name="password"> <br> <br> 性别(单选): <input type="radio" name="sex"> 男 <input type="radio" name="sex"> 女 <br> <br> 住址: <input type="text" name="address" maxlength="100" size="50"> <br> <br> 性格(多选): <input type="checkbox" name="xingge1"> 大方热情 <input type="checkbox" name="xingge2"> 多愁善感 <input type="checkbox" name="xingge3"> 豪爽利索 <br> <br> 个人照片: <input type="file" name="myphoto "> <br> <br> 城市: <select name="city"> <option value="北京"> 北京 </option> <option value="上海"> 上海 </option> <option value="天津"> 天津 </option> <option value="保定"> 保定 </option> </select> <br> <br> 个人简介: <br> <textarea rows="10" cols="60" name="aboutMy" wrap="soft"></textarea> <br> <br> <input type="button" value="提交(按钮)"> <input type="submit" value="提交"> <input type="reset" value="重置"> </form> </body></html>
上一篇:弹出式菜单—JPopupMenu
下一篇:jspsmart 文件上传 (使用)-----相关类说明篇
登录 注册