笔记1

文本输入项:
<input type="text" name=" " size=" " maxlength=" " readonly="" placehoder=" "/>
//maxlength为输入的最大长度
密码输入项:
<input type="password" name=" " />
单选按钮:
<input type="radio" name=" " value=" " checked=" " />
多选按钮:
<input type="checkbox" name=" " value=" " checked=" " />
下拉列表:
<select name=" ">
  <option value=" " selected=" ">--请选择--</option>
  <option>选择的名称</option>
</select>
文件上传项:
<input type="file" />
可以随便伸缩的文本框,并且可滑动
<textarea></textarea>
提交按钮;
<input type="submit" />
普通按钮:
<input type="button" value=" " />
重置按钮:
<input type="reset" />

 
 
 
 
 
« 上一篇: 寒假每日日报7
» 下一篇: 寒假每日日报8

posted on 2021-01-12 18:46  一缕半夏微光  阅读(41)  评

posted @ 2021-01-19 18:43  一口獠牙  阅读(32)  评论(0编辑  收藏  举报