adspace


How will you create a bootstrap alert?

Answer Posted / Abhishek Kumar Verm

To create a Bootstrap alert, use the .alert class along with the appropriate contextual classes (like .alert-success, .alert-danger, etc.). The basic structure is as follows: <div class="alert [contextual-class]" role="alert">[Content]</div>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of bootstrap?

88