<input type="range" name=名前 [ value=初期値 ] [ min=最小値 ] [ max=最大値 ] [ step=値の間隔 ] >
<input type="range" name="range1" value=70 min=10 max=100 step=2>