Meter HTML

HTML <meter> Tag To specify a scalar measurement with range or in more simple words, to measure data within a given range. the HTML <meter> tag is used. Also known as a gauge, this tag is used to display disk usage, voting population, etc. It was introduced in HTML5. Example 1: <!DOCTYPE html> <html> <body> … Read more