HTML5-Formularelemente

input type="search"
input type="number"
input type="text" inputmode="numeric" maxlength="3" pattern="[0-9]*"
input type="range"
input type="color"
input type="tel"
input type="url"
input type="email"
input type="date"
input type="month"
input type="week"
input type="time"
input type="datetime-local"
submit