Bootstrap Question:

Tell me how will you create a bootstrap alert?

Tweet Share WhatsApp

Answer:

You can add a basic alert by creating a wrapper <div> and adding a class of .alert and one of the four contextual classes (e.g., .alert-success, .alert-info, .alert-warning, .alert-danger).

Download Bootstrap PDF Read All 128 Bootstrap Questions
Previous QuestionNext Question
Tell me which class is used for basic pagination?Explain what is the purpose of .media-list class in bootstrap?