File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<!-- Body Starts Here -->
18
18
< body class ="main ">
19
-
20
- <!-- Container class starts -->
21
19
< div class ="container ">
22
-
23
- <!-- Range Slider class starts -->
24
20
< div class ="range-slider ">
25
-
26
- <!-- Lable class starts here -->
27
21
< span id ="rs-bullet " class ="rs-label " onresize ="showSliderValue() "> 0</ span >
28
-
29
- <!-- Range slider class starts here -->
30
22
< input id ="rs-range-line " class ="rs-range " type ="range " value ="0 " min ="0 " max ="200 ">
31
23
</ div >
32
- <!-- Range Slider class ends -->
33
24
34
- <!-- Minimum & maximum value container starts -->
35
25
< div class ="box-minmax ">
36
-
37
- <!-- Minimum value of slide (0) -->
38
26
< span class ="min-value "> 0</ span >
39
-
40
- <!-- Maximum value of slider (200 in this case) -->
41
27
< span class ="max-value "> 200</ span >
42
28
</ div >
43
- <!-- Minimum & maximum value container ends -->
44
-
45
29
</ div >
46
- <!-- Container class starts -->
47
30
48
31
<!-- Link to JavaScript file -->
49
32
< script src ="script.js "> </ script >
You can’t perform that action at this time.
0 commit comments