Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<style>
meter { padding: 5px }
body > meter:nth-child(1) { -moz-appearance: none; }
body > meter:nth-child(2) { background: red; }
body > meter:nth-child(3) { border: 2px solid red; }
</style>
<body>
<meter value=1></meter>
<meter value=1></meter>
<meter value=1></meter>
</body>
</html>