What is the difference between <meter> and <progress> in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the difference between <meter> and <progress> in HTML?

22nd Aug 2019, 2:26 AM
Britney Anahi Sanchez Lainez
Britney Anahi Sanchez Lainez - avatar
2 Answers
+ 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
22nd Aug 2019, 4:48 AM
BroFar
BroFar - avatar
+ 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~
22nd Aug 2019, 2:30 AM
Uchiha Itachi
Uchiha Itachi - avatar