Home >Web Front-end >H5 Tutorial >Introduction to the 8 new INPUT input types in HTML5_html5 tutorial skills
Existing input type HTML code examples:
2. Application of url type
The input element of url type provides a text box for entering special text such as url address.
3. Application of number type
The number type input element provides a text box for entering numerical values.
4. Application of range type
The input element of range type provides a text box for inputting numerical values within a certain range, which is displayed as a scroll bar on the web page.
5. Date checkout type application
Input type HTML code Function description
6. Search type applications
The search type input element provides a text box for entering search keywords.
7. Tel type application
The tel type input element provides a text box specifically for entering phone numbers.
8. Color type application
The color type input element provides a text box specially used to set the color.