input 태그의 type 속성을 range 값으로 설정하여 값 범위를 입력할 수 있는 필드를 생성할 수 있습니다.
input
type
range
<input type="range">
: