0基础学习前段历程2 第一门需要掌握的前端技术HTML5+CSS3 html表单类
<!-- 表单类 -->
<label>姓名</label>
<input type="text"> 文本框
<input type="password"> 密码框
<input type="button" value="按钮">
<input type="radio" name="" id=""> 单选
<input type="checkbox"> 多选
<textarea>文本域</textarea>
<select name="" id="">
<option value="">北京</option>
</select>
<input type="submit" value="提交按钮">
<input type="reset"> 重置
<input type="search" name="" id=""> 搜索框
<input type="color" name="" id=""> 颜色
<input type="email" name="" id=""> 邮件
<input type="file" name="" id=""> 上传文件
<input type="tel" name="" id=""> 电话
<input type="number" name="" id=""> 数字
<input type="date" name="" id=""> 日期
<input type="range" name="" id=""> 范围
<button>按钮</button>
```
相关推荐
learningever 2020-09-19
nercon 2020-07-26
运维工程师日记 2020-07-19
haohong 2020-07-18
dadaooxx 2020-07-04
行吟阁 2020-06-26
dadaooxx 2020-06-13
qsdnet我想学编程 2020-06-09
pythonclass 2020-06-07
pythonclass 2020-06-04
lyg0 2020-06-04
WebVincent 2020-06-03
niehanmin 2020-05-28
pythonclass 2020-05-09
gufudhn 2020-04-30
行吟阁 2020-04-18
nercon 2020-03-03
玫瑰小妖 2020-02-24