Skip to content

Commit f19fdd2

Browse files
authored
Adds range in input
Adds range in input which is a range slider control.
1 parent 534f7fa commit f19fdd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

html.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ List the entries like in a dictionary or encyclopedia.
162162
|`<input type="submit">`| To define a submit button |
163163
|`<input type = "checkbox">`| To define a checkbox |
164164
| `<input type = "file">`| To define a file upload box|
165+
| `<input type = "range">`| To define a range slider control|
165166

166167
```html
167168
<form >

0 commit comments

Comments
 (0)