Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following tag defines the progress of a task?

a) <meter>
b) <progress>
c) <gauge>
d) <wbr>

Answer: b
Explanation: Scalar measurement within range or may be a fractional value can be displayed through <meter> tag. Use the progress tag in conjunction with JavaScript to display the progress of a task. <wbr> is used for whether it is okay to add a line break in a text.

Join The Discussion