InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between tag and tag? |
|
Answer» <progress> tag should be used when we want to show the COMPLETION progress of a task, whereas if we just want a SCALAR measurement within a known range or fraction value. Also, we can specify multiple extra ATTRIBUTES for <METER> tags like ‘FORM’, ‘low’, ‘high’, ‘min’, etc. |
|