Skip to content

Instantly share code, notes, and snippets.

@aaggour
Created July 30, 2019 22:02
Show Gist options
  • Save aaggour/26c3514601b07ebd4cbd98f48247ea40 to your computer and use it in GitHub Desktop.
Save aaggour/26c3514601b07ebd4cbd98f48247ea40 to your computer and use it in GitHub Desktop.
progress element
<progress max=10 value=0>0%</progress>
<progress max=100 value=25>25%</progress>
<progress max=8 value=4>50%</progress>
<progress max=100 value=75>75%</progress>
<progress max=25 value=25>100%</progress>
<progress>Unknown</progress>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment