<form>
姓:
<input type="text" name="firstname" />
<br />
名:
<input type="text" name="lastname"/>
<br />
密码:
<input type="password" name="passwprd" />
男性:
<input type="radio" checked="checked" name="sex" value="male" />
女性:
<input type="radio" name="sex" value="female" />
<ul>
我喜欢自行车:
<input  type="radio" name="bike"/>
<br />
我喜欢汽车:
<input  type="radio" name="car"/>
</ul>
<select name="cars">
<option value="volvo" selected="selected" >volvo</option>
<option value="saab">saab</option>
<option value="fiat">fiat</option>
<option value= "audi">audi</option>
</select>

<fieldset>
<legend>健康信息</legend>
身高:<input type="text" />
体重:<input type="text" />
</fieldset>
<br />
<br />
<textarea rows="3" cols="30">
The cat was playing in the garden
</textarea>
<br />
<br />
<input type="button" value="hello world!" />
<br />
<br />
<input type="text" name="firstname" value="Mickey">
<br>
Last name:<br>
<input type="text" name="lastname" value="Mouse">
<br><br>
<input type="submit" value="Submit">
<br />
<br />
I have a bike:
<input type="checkbox" name="vehicle" value="bike" checked="checked" />
<br />
I have a car:
<input type="checkbox" name="vehicle" value="car" />
I have an airplane:
<input type="checkbox" name="vehicle" value="airplane" />
<br />
<br />
<input type="submit" value="submit" />
<br />
<input type="submit" value="发送" />
<input type="reset" value="重置" />
</form><br />
<br />
<br />

最新文章

  1. 转:CentOS, 找不到dump命令:command not found
  2. UNITY3D在线更新之道-CSlight 使用总结
  3. ThinkPHP 购物商城网站(数据库中增删改查的功能实现)——————重点——————
  4. IOS分类(Category)
  5. 支付平台程序,支付程序,网络pos程序,api接口程序,锋锐支付平台程序开发领导者!
  6. Ubuntu下安装Node.js
  7. UNIX网络编程——常用服务器模型总结
  8. 【Python】Flask中@wraps的使用
  9. 基于kettle的简单HTTP接口监控
  10. 【原】The Linux Command Line - Workiing with commands
  11. C 语言精髓之变参函数
  12. JAVA中的集合容器操作类
  13. jmx - first demo
  14. 【题解】 [SCOI2011]糖果 (差分约束)
  15. Population Size CodeForces - 416D (贪心,模拟)
  16. async与await
  17. DevExpress VCL 13.1.2 发布
  18. CentOS7系列--2.2CentOS7中配置SSH服务
  19. atitit.新增编辑功能 跟orm的实现 attilax p31
  20. Zabbix监控主动模式

热门文章

  1. 最近用的几个sql语句
  2. 浅谈PCB敷铜的“弊与利”
  3. MSSQL的编译和执行过程
  4. openSourceEvent
  5. c语言指向结构体数组的指针
  6. poj 3666 Making the Grade(dp)
  7. Adroid APPIUM实例步骤
  8. Android开发(20)--RadioGroup的使用
  9. Git diff (---和+++具体解释)
  10. SQL Server常用脚本