Answer Posted / Bitu Kumar
To create an alert in Bootstrap, use the 'alert' component. Here's an example of creating an alert with the success variation:nn```htmln<div class="alert alert-success" role="alert">n This is a success alert - cool!n</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers