Inputs types
<input type=”text”>
Text
<input type=”password”>
Password
<input type=”radio”>
Radio
<input type=”checkbox”>
Checkbox
<input type=”button”>
Button
<input type=”color”>
Color
<input type=”email”>
Email
<input type=”file”>
File
<input type=”hidden”>
Hidden
<input type=”image”>
Image
<input type=”number”>
Number
<input type=”range”>
Range
<input type=”search”>
Search
<input type=”tel”>
Tel
<input type=”time”>
Time
<input type=”date”>
Date
<input type=”datetime-local”>
datetime local
<input type=”week”>
Week
<input type=”month”>
Month
<input type=”url”>
URL
<input type=”submit”>
Submit
<input type=”reset”>
Reset / Cancel
#HAPPY #CODING