Menu
×
×
Correct!
Exercise:Add the correct classes to make this HTML code behave as a progress bar.
<div class="progress">
<div class="progress-bar"
style="width:70%">
</div>
</div>
Not CorrectClick here to try again. Correct!Next ❯<div class=""> <div class=" " style="width:70%"> </div> </div> |