HTML and CSS Reference
In-Depth Information
For a screenshot of an on-screen keyboard configuration for number , see Figure 3-14 .
Figure 3-14. The number keyboard is displayed when number is the input value
See Also
See Mark Pilgrim's writeup on the number input type at http://diveintohtml5.info/forms
.html#type-number .
3.5 Selecting from a Range of Numbers
Problem
You want to present a user with a form to select a number from a rangeā€”for example,
to adjust the volume on a video.
Solution
Use the input element with the HTML5 type value of range :
<form>
<p><label>Volume <input type="range" name="volume"
 
Search WWH ::




Custom Search