Skip to content

Instantly share code, notes, and snippets.

@rcdexta
Created February 26, 2019 20:08
Show Gist options
  • Save rcdexta/ec8dba50990043cfe99fb778818eabb5 to your computer and use it in GitHub Desktop.
Save rcdexta/ec8dba50990043cfe99fb778818eabb5 to your computer and use it in GitHub Desktop.
<label for="date">Enter date:</label>
<input type="date" id="date"/>
<label for="datetime">Enter date & time:</label>
<input type="datetime-local" id="datetime"/>
<label for="month">Enter month:</label>
<input type="month" id="month"/>
<label for="search">Search for:</label>
<input type="search" id="search"/>
<label for="tel">Enter Phone:</label>
<input type="tel" id="tel">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment