Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <p>Disk Space Used: <meter optimum="40" high="80" max="100" value="85">85%</meter></p> <hr> <p>The <code>meter</code> element represents a scalar measurement within a known range, or a fractional value.</p> <p>More info: <a href="/html/tags/html_meter_tag.cfm"><code>meter</code></a>.</p>