+ 3
What is the difference between <meter> and <progress> in HTML?
When the coder should use meter and progress? https://code.sololearn.com/WCVJZ2hf9eXS/?ref=app
1 Antwort
+ 3
Progress = dynamic
Meter = static
1)Use progress element, to mark up the completion rate or degree of progress of an "in progress" task through a progress bar.
2)use meter element to represent a gauge.