Skip to content

Instantly share code, notes, and snippets.

Created September 29, 2012 12:49
Show Gist options
  • Save anonymous/3803901 to your computer and use it in GitHub Desktop.
Save anonymous/3803901 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
<form>
Number <input type="number" placeholder="hello"><br>
Color <input type="color"><br>
Tel <input type="tel"><br>
Email <input type="email"><br>
URL <input type="url"><br>
Month <input type="month"><br>
Datetime <input type="datetime"><br>
Time <input type="time"><br>
Week <input type="week"><br>
Datetime-local <input type="datetime-local"><br>
Search <input type="search"><br>
Range <input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers"><br>
Picture file <input type="file" accept="image/*" name="ok"><br>
<output>Output</output><br>
<keygen><br>
<meter value="0.5"></meter><br>
<progress value="0.5">Progress</progress>
</form>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment