HTML and CSS Reference
In-Depth Information
<input type="radio" id="chkThree" name="experience"/>
3
<input type="radio" id="chkFour" name="experience"/>
4
<input type="radio" id="chkFive" name="experience" checked="checked"/>
5 - Very Good
</td>
</tr>
<tr>
<td>How likely would you recommend the product:
</td>
<td>
<br/>
<br/>
<br/>
<br/>
<input type="range" min="1" max="25" value="20"/>
</td>
</tr>
<tr>
<td>
Other Comments:
</td>
<td>
<textarea id="otherCommentsText" rows="5" cols="20" spellcheck="true">
</textarea>
</td>
</tr>
<tr>
<td>
Email address:
</td>
<td>
<input type="email" placeholder="me@mydomain.com" required/>
</td>
</tr>
<tr>
<td>
<input type="submit"/>
<input type="reset"/>
<input type="button" value="Cancel"/>
</td>
</tr>
</table>
</form>
NOTE INPUT CONTROLS
The HTML5 specification defines many more input controls than are explained in this
book. This topic focuses speciically on the controls now supported by Internet Explorer,
followed by smaller examples to demonstrate some of the other controls as supported by
other browsers such as Google Chrome.
Search WWH ::




Custom Search