Right answer is (b) <meter>
Easiest explanation: <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.