<h2>Form</h2> <form action="" method="GET"> <label> RANGE : <input type="range" name="range" /> </label> <button type="submit">제출</button> </form>