We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534f7fa commit f19fdd2Copy full SHA for f19fdd2
html.md
@@ -162,6 +162,7 @@ List the entries like in a dictionary or encyclopedia.
162
|`<input type="submit">`| To define a submit button |
163
|`<input type = "checkbox">`| To define a checkbox |
164
| `<input type = "file">`| To define a file upload box|
165
+| `<input type = "range">`| To define a range slider control|
166
167
```html
168
<form >
0 commit comments