x
 
1
<!DOCTYPE html>
2
<title>My Example</title>
3
4
<label>
5
  Choose a range:
6
  <input type="range">
7
</label>
8
9
<hr>
10
<p>More info: <a href="/html/tags/html_input_tag.cfm"><code>input</code></a>.</p>