Created
February 26, 2019 20:08
-
-
Save rcdexta/ec8dba50990043cfe99fb778818eabb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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