Thu Aug 02, 2012 5:38 pm
<input type="date" name="mydate">
<input name="myname" type="text" placeholder="Enter your first name">
<input type="range" value=30 name="Width" min=0 max=100 step=5 >
<input type="number-spin" value="20" min="0" max="100" step="2" >
<input name="weblink " id="weblink" type="url" list="mylist" >
<datalist id=" mylist ">
<option value="http://www.codemiles.com" label="Codemiles">
<option value="http://javaxforums.com" label="javaxforums">
<option value="http://facebook.com" label="Facebook">
</datalist>
<input type="file" name="myPhotos " multiple="multiple" />
<progress max=100 value=33>33%</progress>
<meter min=0 max=100 value=33 optimum=33>33</meter>
<input type="color">
|
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.