HTML Fallback

suggest change

For browsers that do not support the progress element, you can use this as a workaround.

<progress max="100" value="20">
    <div class="progress-bar">
        <span style="width: 20%;">Progress: 20%</span>
    </div>
</progress>

Browsers that support the progress tag will ignore the div nested inside. Legacy browsers which cannot identify the progress tag will render the div instead.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents