HTML

kodhtmlobraz (Chrome)
<input type="color">
color
<input type="date">
date
<input type="datetime-local">
datetimelocal
<input type="email">
 
<input type="month">
month
<input type="number">
number
<input type="number" min="10" max="40">
<input type="number" min="10" max="40" step="5">
<input type="range">
range
<input type="search">
 
<input type="tel">
 
<input type="time">
time
<input type="url">
 
<input type="week">
week