6) How will you create a Bootstrap Dismissal Alert?

You need to follow a few steps to build a dismissal alert:

First, you have to add a basic alert by creating a wrapper

and adding a class of .alert and one of the four contextual classes.

Also add optional .alert-dismissable to the above

class.

Next, you have to add a close button.

Finally, use the

Leave a Reply