热门

最新

红包

立Flag

投票

同城

我的

发布
m0_55439236
baiye_heiye
4 年前
truem0_55439236

秃头的第4天
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title></title>
</head>
<body>
<!-- 表单标签 收集用户信息:包括<form></form>,表单域,标签控件,提示信息 -->
<form>
<!-- 表单控件,输入控件,下拉列表,文本域 -->
<!-- 输入控件:<input > -->
用户名:<input type="text" />
密码:<input type="password" />
<br />性别:<input type="radio" name="xingbie"/>男 <input type="radio" name="xingbie"/>女
<br />爱好:<input type="checkbox"/>唱歌<input type="checkbox"/>跳舞<input type="checkbox"/>rap<input type="checkbox"/>篮球
<br /><input type="submit"/> <input type="reset"/> <input type="button"/ value="发送验证码">
</form>
</body>
</html>




input:输入
type:类型
text:文本
radio:单选,广播
checkbox:多选,复选
submit:提交
reset:重置
button:按钮
value:价值,值
optgroup:定义选项组
option:选项
select:选择
textarea:文本域,可输入多行文字






<!-- 有序列表 -->:<ol> </ol>
<!-- 无序列表 -->:<ul> </ul>
<!-- 自定义列表 -->:<dl> </dl>
<!-- 链接标签 -->:<a href=""></a >

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
有没有会cesium的大佬,就算懂一点的也行。有问题想请教,我是0小白。在线求。
立即登录