0
What is the difference between <meter> and <progress> in HTML?
2 Réponses
+ 3
Britney Anahi Sanchez Lainez
progress is just one basic bar that really doesn't change color as a constant where as a meter you set various parimeters to show gradual improvement....
https://code.sololearn.com/WKThu3Eq08EO/?ref=app
+ 1
In my opinion, <progress> is used to convey how much work in a task has been completed, the <meter> element is used to display a measurement on a known scale.
If you need more details, go to this link
https://blog.teamtreehouse.com/use-meter-progress-elements
Good Luck~