Home » HTML » Html miscellaneous » Question
  1. Which element represents a scalar value within the given range?
    1. <label>
    2. <input>
    3. <meter>
    4. <option>
    5. 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.



Your comments will be displayed only after manual approval.