首页 > Web开发 > 详细

HTML中的input的type类型

时间:2020-05-15 15:21:29      阅读:36      评论:0      收藏:0      [点我收藏+]
表单类型

 

| 类型           | 使用示例                    | 含义         |
| ------------ | ----------------------- | ---------- |
| **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类型

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!