HTML All Input Type Attribute #Part 7
In this post we know all input type attributes.
For Text
<Input type="text">
For password
<Input type="password">
For radio
<Input type="radio">
For checkbox
<Input type="checkbox">
For botton
<Input type="button">
For color
<Input type="color">
For email
<Input type="email">
For files upload
<Input type="file">
For hidden
<Input type="hidden">
For images
<Input type="image">
For number
<Input type="number">
For range
<Input type="range">
For search
<Input type="search">
For telephone
<Input type="tel">
For time
<Input type="time">
For date
<Input type="date">
For date time both
<Input type="datetime-local">
For Week
<Input type="week">
For Months
<Input type="month">
For URL
<Input type="url">
For Submit data
<Input type="submit">
For Reset data
<Input type="reset">