blob: 74675c2d7aefc99e77a63ea881a41d6573158d52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>1080352</title>
</head>
<body>
<form id="form">
<input id='inputRange' type='range' step='10' min='0' max='50' value='20'><br>
<input id='inputNumber' type='number' step='10' min='0' max='500' value='30'><br>
<input type='reset'><br>
</form>
</body>
</html>
|