标签:图片 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