当前位置:网站首页>Input series
Input series
2022-06-25 00:42:00 【opacity!】
The text box text
The text box type="text"
Place holder :placeholder
<input type="text" placeholder=" Place holder " name=" Take the name " value=" Write content ">Password box password
Password box type="password"
Place holder :placeholder
<input type="password" placeholder=" Place holder " name=" Take the name " value=" Write content ">Radio buttons radio
Radio buttons type="radio"
Achieve the effect of one out of many Must set the same name Property value
Selected by default checked
<input type="radio" name=" Take the name " value=" Write content " checked>Checkbox checkbox
Checkbox type="checkbox"
Selected by default checked
<input type="checkbox" name=" Take the name " value=" Write content " checked>Search for search
Search for type="search"
placeholder=" Place holder "
<input type="search" name=" Take the name " placeholder=" Place holder ">Upload files file
Upload files type="file"
multiple Realize multi file upload
<input type="file" name=" Take the name " multiple>Button group
Submit button type="submit"
<input type="submit" name=" Take the name " value=" Write content " >
Reset button type="reset"
<input type="reset" name=" Take the name " value=" Write content " >
General button type="button"
<input type="button" name=" Take the name " value=" Write content " >
<button type="submit"> Submit button </button>
<button type="reset"> Reset button </button>
<button type="button"> General button </button>边栏推荐
- How to use promise Race() and promise any() ?
- How to reduce the font size of custom controls (optimize the round dot progress bar)
- Kubernetes 架构核心组件工作原理解析
- Simple collation of Web cache
- @mysql
- Unimportant tokens can be stopped in advance! NVIDIA proposes an efficient visual transformer network a-vit with adaptive token to improve the throughput of the model
- 融合模型权限管理设计方案
- Modstart: embrace new technologies and take the lead in supporting laravel 9.0
- The drawableleft of the custom textview in kotlin is displayed in the center together with the text
- Dynamic effect of canvas lines
猜你喜欢

【Redis实现秒杀业务④】一人一单,不可重复购买

【微服务|Sentinel】簇点链路|微服务集群环境搭建

【Redis实现秒杀业务③】超卖问题之乐观锁具体实现

Zed acquisition

Design scheme of authority management of fusion model
Modstart: embrace new technologies and take the lead in supporting laravel 9.0

Creative SVG ring clock JS effect

Technologie des fenêtres coulissantes en octets dans la couche de transmission
Paper review: U2 net, u-net composed of u-net

Wx applet jump page
随机推荐
The third generation of power electronics semiconductors: SiC MOSFET learning notes (V) research on driving power supply
Custom animation (simulated win10 loading animation)
无需显示屏的VNC Viewer远程连接树莓派
Collective example
How to delete the entire row with duplicate items in a column of WPS table
Common redis commands in Linux system
How to quickly open traffic master for wechat applet
Jar package merging using Apache ant
2021-11-07
VNC viewer remote connection raspberry pie without display
Dynamic effect of canvas lines
[interview question] the difference between instancof and getclass()
Simple collation of Web cache
Kubernetes 架构核心组件工作原理解析
Easy to wear - drop down radio
Go crawler framework -colly actual combat (II) -- Douban top250 crawling
Use of JMeter easynmon
无人驾驶: 对多传感器融合的一些思考
Solution to network access packet loss of Tencent cloud international ECS
在企业级开发过程中我发现有位同事用select * from where 条件 for update