- 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-warning class
The alert-success class in Bootstrap is used to set warning.
You can try to run the following code to implement the alert-warning 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-warning">This is Warning!.</div> </body> </html>
- Related Articles
- Bootstrap alert class
- Bootstrap warning Contextual class
- Bootstrap .has-warning class
- Bootstrap .btn-warning class
- Bootstrap alert-info class
- Bootstrap alert-danger class
- Bootstrap alert-dismissable class
- Bootstrap alert-success class
- Bootstrap alert-link class
- Bootstrap 4 .border-warning class
- Usage of Bootstrap class panel-warning
- Bootstrap 4 Button .btn-outline-warning class
- Style Bootstrap 4 card with bg-warning class
- Create a yellow button (warning) with Bootstrap
- How to use Bootstrap Alert Plugins

Advertisements