Menu
×
×
Correct!
Exercise:Add the appropriate Bootstrap class to make the alert message closable.
<div class="alert alert-success @(17)">
<button class="btn-close" data-bs-dismiss="alert"></button>
Blah blah blah.
</div>
<div class="alert alert-success alert-dismissible">
<button class="btn-close" data-bs-dismiss="alert"></button>
Blah blah blah.
</div>
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 50 exercises.
Are you sure you want to continue?