Select from following answers:- use <progress> tag

- use <task> tag?
- use <meter> tag
- All Above
By using the <progress> tag, we can represent the progress of a task.
<progress value="4" max="10" id="progress1"></progress>
The above code represents that 40% of the task is complete.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator