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

HTML中的input的type类型

时间:2020-05-15 15:49:14      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:图片   ber   inpu   邮箱   --   search   bsp   手机号码   ima   

表单类型

 

| 类型           | 使用示例                    | 含义         |
| ------------ | ----------------------- | ---------- |
| **email**    | <input type="email">    | 输入邮箱格式     |
| **tel**      | <input type="tel">      | 输入手机号码格式   |
| **url**      | <input type="url">      | 输入url格式    |
| **number**   | <input type="number">   | 输入数字格式     |
| **search**   | <input type="search">   | 搜索框(体现语义化) |
| **range**    | <input type="range">    | 自由拖动滑块     |
| **color**    | <input type="color">    | 拾色器        |
| **time**     | <input type="time">     | 时间         |
| **date**     | <input type="date">     | 日期         |
| **datetime** | <input type="datetime"> | 日期时间       |
| **month**    | <input type="month">    | 月份         |
| **week**     | <input type="week">     | 周          |
技术图片

 

技术图片

 

 

 

 

 

 

HTML中的input的type类型

标签:图片   ber   inpu   邮箱   --   search   bsp   手机号码   ima   

原文地址:https://www.cnblogs.com/kingsmart/p/12894961.html

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