-
Which element represents a scalar value within the given range?
-
- <label>
- <input>
- <meter>
- <option>
- None of these
Correct Option: C
<option> represent item contained in <select> element. <meter> element in HTML represents either a scalar value within a known range or a factorial value. It includes global attributes like min, max, value, optimum, low, high, form etc. <label> specifies a caption for item in user interface. <input> element is used to take user input from user.