Home > Article > Web Front-end > What new input control types are added in HTML5
Added 13 new types: 1. color, color picker control; 2. date, date control, including year, month and day, but not including time; 3. tel, phone number control; 4. time, Time control (without time zone); 5. "datetime-local", date and time control; 6. search, search control, etc.
The operating environment of this tutorial: Windows 7 system, CSS3&&HTML5 version, Dell G3 computer.
The<input> tag specifies an input field in which users can enter data. This element is used in the
The above is the detailed content of What new input control types are added in HTML5. For more information, please follow other related articles on the PHP Chinese website!