First page Back Continue Last page Image
Input type=“range”
- <! Using the input Range type>
- <label>
- How much do you like this class ? <br />
- It is pretty Cool
- <input type="range" id="classScore" min="0" max="20" value="10">
- Better than any class I have ever had.
- </label>
- This option allows you to give the user a Likert scale or Slider bar to answer with