Skip to main content

Posts

Showing posts with the label progress

Native Progress Bar - HTML

Simple native progress bar - and it will automatically update whenever you change the value via JS etc. In progress element use these attributes value="25" max="100" . DEMO 25% HTML < progress value = "25" max = "100" > 25 %</ progress >