- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Bootstrap alert-info class
The alert-success class in Bootstrap is used to set information.
You can try to run the following code to implement the alert-info class in Bootstrap −
Example
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet"> <script src = "/scripts/jquery.min.js"></script> <script src = "/bootstrap/js/bootstrap.min.js"></script> </head> <body> <div class = "alert alert-info">This is info!</div> </body> </html>
- Related Articles
- Bootstrap .btn-info class
- Bootstrap alert class
- Bootstrap alert-warning class
- Bootstrap alert-danger class
- Bootstrap alert-dismissable class
- Bootstrap alert-success class
- Bootstrap alert-link class
- Usage of Bootstrap class panel-info
- border-info class in Bootstrap 4
- Bootstrap 4 Button .btn-outline-info class
- Style Bootstrap card with bg-info class
- How to use Bootstrap Alert Plugins
- Add a light-blue label (set info) with Bootstrap
- Create an alert message box with Bootstrap
- Contextual button for informational alert messages with Bootstrap

Advertisements