您当前的位置:首页 > 编程技术

一个form各种标记的综合范例

时间:2021-07-26 10:14:20  来源:网络    编辑:本站  点击:

<html>

<head>

<title>form标记的综合范例</title>

</head>

<body bgcolor="green">

<form name="thisform" action="goto.asp">

姓名:<input type=text name="cname">

<br>

<br>

性别:<input type=radio name="sex" value="男" checked>男

<input type=radio name="sex" value="女">女

<br>

<br>

年龄:

<br>

<input type=radio name="age" value="0">12岁以下

<input type=radio name="age" value="13">13-18岁

<input type=radio name="age" value="19">19-24岁

<br>

<input type=radio name="age" value="25">25-70岁

<input type=radio name="age" value="71">71岁以上

<br>

<br>

明星:

<br>

<input type=checkbox name="singer1" value="莫文蔚">莫文蔚

<input type=checkbox name="singer2" value="刘德华" >刘德华

<br>

<br>

二、最爱看的报纸:

<select name="news">

<option value="人民日报">人民日报

<option value="解放军报">解放军报

<option value="文汇报">文汇报

</select>

<br>

<br>

 

三、八卦:

<br>

<textarea name=" "cols="50" rows="5">

</textarea>

 

<input type=hidden name="hide" value="看不到的选项">

<br>

 

<input type=submit value="送出数据">

<input type=reset value="清除输入">

</form>

 

 

</body>

</html>

点赞
返回首页
返回
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
栏目导航

| 传统文化 | 武术天地 | 编程技术 | 好听音乐 | 养生中医 | 智慧人生 | 常用工具 | 写作园地 | 影视娱乐 | php专栏 | 道德经专栏 |
最新推荐
python内建函数大全(built-in functions)
python内建函数大…
点击按钮(button)打开新窗口(window)
点击按钮(button)…
帝国cms网络视频引用代码--具体操作教程
帝国cms网络视频引…
相关文章
栏目更新
栏目热门