热门

最新

红包

立Flag

投票

同城

我的

发布
weixin_39346529
舔狼
1 年前
trueweixin_39346529

曼波~

CSDN App 扫码分享
分享
1
点赞
打赏
  • 复制链接
  • 举报
下一条:
1p2p表单常用控件文本输入框<input type=“text”>密码输入<input type=“password”>单选框<input type=“radio”>切记定义好value多选框<input type=“checkbook”>选择框<select name="place"><option value="1">北京</option><option value="2">上海</option></select>重置<button type="reset">重置</button>普通按钮<button type="button" disabled>检测账户是否提交</button>“disabled”是无法选中4p5p表单选中文字可以选择按钮利用<label>主要是用ID定位<label for="nan">男</label><input type="radio" name="gender" value="male" id="nan">6p7p<fieldset>用于定位框<legend>用于框上的文本
立即登录