<input placeholder="Suchbegriff eingeben">

<input type="email">

<input type="url">

<input type="number" min="0" max="10" step="2" value="6">

<input type="range" min="0" max="10" step="2" value="6">

<input type="date">

<input type="datetime">

<input type="month">

<input type="week">