EN
HTML - input types
3 points
In this article, we present the most popular available input element types used in HTML.
HTML input types:
Input preview | HTML example | Article link |
---|---|---|
|
xxxxxxxxxx 1 <input type="button" /> | |
|
xxxxxxxxxx 1 <input type="checkbox" /> | |
|
xxxxxxxxxx 1 <input type="color" /> | |
|
xxxxxxxxxx 1 <input type="email" /> | |
|
xxxxxxxxxx 1 <input type="image" /> | |
|
xxxxxxxxxx 1 <input type="number" /> | |
|
xxxxxxxxxx 1 <input type="password" /> | |
|
xxxxxxxxxx 1 <input type="radio" /> | |
|
xxxxxxxxxx 1 <input type="range" /> | |
|
xxxxxxxxxx 1 <input type="reset" /> | |
|
xxxxxxxxxx 1 <input type="search" /> | |
|
xxxxxxxxxx 1 <textarea></textarea> | textarea |
|
xxxxxxxxxx 1 <input type="text" /> | |
|
xxxxxxxxxx 1 <input type="time" /> |