${require('./_head.html') title=`Progress` description=`Progress bar element in pure HTML, without JavaScript.` canonical=`progress.html` } ${require('./_nav.html')}
${require('./_sidebar.html') active=`progress-link`}

Progress

Progress bar element in pure HTML, without JavaScript.

<progress value="25" max="100"></progress>

A progress bar without a value attribute is indeterminate.

${require('./_footer.html')}