Wednesday, 3 August 2016

Bootstrap Alert code

Bootstrap Alert Code 

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <title>Bootstrap alert code </title>
  5.   <meta charset="utf-8">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1">
  7.   <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  8.   <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
  9.   <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  10. </head>
  11. <body>
  12. <div class="container">
  13.   <h2>Bootstrap Alerts </h2>
  14.   <div class="alert alert-success">
  15.     <strong>Success!</strong> This alert box could indicate a successful or positive action.
  16.   </div>
  17.   <div class="alert alert-info">
  18.     <strong>Info!</strong> This alert box could indicate a neutral informative change or action.
  19.   </div>
  20.   <div class="alert alert-warning">
  21.     <strong>Warning!</strong> This alert box could indicate a warning that might need attention.
  22.   </div>
  23.   <div class="alert alert-danger">
  24.     <strong>Danger!</strong> This alert box could indicate a dangerous or potentially negative action.
  25.   </div>
  26. </div>
  27. </body>
  28. </html>
Bootstrap alert code
Bootstrap Alert Code

No comments:

Post a Comment

Thanks For Message . Keep in touch