DEV Community

Cover image for HTML input types dev should know
MOHSIN ALI SOOMRO
MOHSIN ALI SOOMRO

Posted on

HTML input types dev should know

<input type="range" />
<input type="color" />
<input type="tel" />
<input type="time" />
<input type="month" />
<input type="datetime-local" />
<input type="week" />
<input type="reset" />
<input type="date" />
<input type="url" />
<input type="search" />
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
laerciolopesll profile image
LaercioLopesLL

Thanks