码迷,mamicode.com
首页 > Web开发 > 详细

0基础学习前段历程2 第一门需要掌握的前端技术HTML5+CSS3 html表单类

时间:2020-03-08 12:31:30      阅读:88      评论:0      收藏:0      [点我收藏+]

标签:sea   submit   file   提交   pass   搜索   mail   inpu   BMI   

<!-- 表单类 -->

    <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>

 

```

0基础学习前段历程2 第一门需要掌握的前端技术HTML5+CSS3 html表单类

标签:sea   submit   file   提交   pass   搜索   mail   inpu   BMI   

原文地址:https://www.cnblogs.com/wrfzxyy/p/12441897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!