Skip to content

Instantly share code, notes, and snippets.

@aaggour
Last active July 30, 2019 21:59
Show Gist options
  • Save aaggour/be4262c408c1081cf273e059cd749051 to your computer and use it in GitHub Desktop.
Save aaggour/be4262c408c1081cf273e059cd749051 to your computer and use it in GitHub Desktop.
meter element
<meter value=0.5 min=0 max=4 low=1 high=3>0.5 of 4</meter>
<meter value=1.5 min=0 max=4 low=1 high=3>1.5 of 4</meter>
<meter value=2.5 min=0 max=4 low=1 high=3>2.5 of 4</meter>
<meter value=3 min=0 max=4 low=1 high=3>3 of 4</meter>
<meter value=4 min=0 max=4 low=1 high=3>4 of 4</meter>
Grade: <meter value=61 min=0 max=100
low=73 high=87 optimum=100>D-</meter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment