5 html input types that you don't use

<input type=""> is an important element of HTML form. The "type" attribute of input element can be various types, which defines information field.


1. COLOR

The <input type="color"> opens the color picker tool.



2. TEL

The <input type="tel"> helps you to take a phone number.



3. RANGE

The <input type="range"> helps you to  select particular range.



4. WEEK

The <input type="week"> defines a week and year control (no time zone).



5. TIME

The <input type="time"> creates input fields designed to let the user easily enter a time (hours and minutes, and optionally seconds). 






Thanks You For Reading !!

Post a Comment

0 Comments