Hub Of Geekz

  • Home
  • About Me
  • Contact Us
  • Home
  • Languages
    • C++
    • Java
    • Perl
    • Prolog
    • Bootstrap
  • Database
    • SQL
    • PL/SQL
  • Study
    • Java
      • Java Collection
      • Java Concurrency
      • Java Interview Questions
      • Java Networking
    • Number System
  • Kavita
  • Entertainment
    • Hinglish Cafe
    • Videos
    • Jokes
  • Windows Tricks
  • How To

Friday, 27 February 2015

Dismissable alert using Bootstrrap

 Earthcare Foundation NGO     21:13     Bootstrap     No comments   

<!DOCTYPE html>
<html lang="en">
<head>
<link href="css/style.css" rel="stylesheet">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>My First Bootstrap Application</title>
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">

</head>
<body>
<h3 class="head">This page contains an example alerts.
</h3>
<div class="alert alert-success dismissable-alert" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="close"><span aria-hidden="true">&times;</span></button>
Hi this is a dismissable alert message for success
</div>

<script src="js/jquery.js"></script>
  <script src="js/bootstrap.js"></script>
 
</body>
</html>


style.css

.col1{
background: red;
}
.col2{
background: green;
}
.col3{
background: yellow;
}
.col4{
background: blue;
}
.head{
background: yellow;
}



  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Email ThisBlogThis!Share to XShare to Facebook
Newer Post Older Post Home

0 comments:

Post a Comment

Ad


Jobsmag.inIndian Education BlogThingsGuide

Subscribe

Do you want fresh and hot updates about us? Then subscribe to our Feeds.

Total Pageviews

Popular Posts

  • Write a program in PL/SQL to print the factorial of a number.
    In this post I will explain how to get the factorial of any given number. For that first you need to know what is the procedure to find ...
  • To find the GCD of two numbers in PROLOG.
    gcd(X,Y):-X=Y,write('GCD of two numbers is '),write(X); X=0,write('GCD of two numbers is '),write(Y); Y=0,write('G...
  • Write a PL/SQL code to get the Fibonacci Sequence
    First, I will explain what is Fibonacci Sequence and how to get this series. So, Fibonacci Sequence is a series of numbers 0,1,1,2,3,5,8,1...

Label

All Articles Best Resources Blogging Boost Traffic Bootstrap C Plus Plus Collection Comedy Comedy Posts Comedy Videos Concurrency creative commons website Education Employee Entertainment Fibonacci Sequence free images GirlFriend Hinglish Cafe How To Image Websites Inspirational Java Java Interview Questions Java Networking Kavita Sangrah Life Lock Sreen Love Number System Patterns Perl Picture PL/SQL Plastic Engineering Programming Prolog public domain SEO Servlet Short Story Shortcut Keys Social Media Social Services SQL SuVichar Thread Traffic True Events Ultimate Guide Windows Tricks Windows8.1 WordPress

Blog Archive

  • ►  2020 (43)
    • ►  September (41)
    • ►  August (2)
  • ►  2019 (1)
    • ►  July (1)
  • ►  2018 (9)
    • ►  September (7)
    • ►  July (1)
    • ►  May (1)
  • ►  2017 (8)
    • ►  June (3)
    • ►  May (3)
    • ►  March (1)
    • ►  January (1)
  • ►  2016 (2)
    • ►  September (1)
    • ►  January (1)
  • ▼  2015 (91)
    • ►  December (1)
    • ►  November (1)
    • ►  October (6)
    • ►  May (10)
    • ►  March (20)
    • ▼  February (50)
      • Different formats in Perl
      • Format Headers in Perl
      • File handling in Perl
      • List count in Perl
      • List all files in a directory using Perl
      • Pattern matching in Perl
      • Rand() function in Perl
      • sleep in Perl
      • Various string operations in Perl
      • Subroutines in Perl
      • Upper case to Lower Case In Perl
      • Variable Validation in Perl
      • Warn in Perl
      • die in perl
      • Sub Routines in Perl
      • Array Sorting in Perl
      • Array in perl
      • Array Functions in Perl
      • Array Functions in Perl:Chop()
      • Array Functions in Perl:Sort()
      • Array Alias in Perl
      • Arrays in Perl
      • Arithmetic Operations in Perl
      • Pagination using Bootstrap
      • Link Alerts using Bootstrap
      • Dismissable alert using Bootstrrap
      • Different types of Alerts in Bootstrap
      • Wells in Bootstrap
      • Thumbnail in Bootstrap
      • Tab links in Bootstrap
      • Push and pull in Bootstrap
      • Pill links in Bootstrap
      • Panels in Bootstrap
      • Offset in Bootstrap
      • Nested columns in Bootstrap
      • Navbars in Bootstrap
      • Media Objects in Bootstrap
      • List Groups in Bootstrap
      • Labels in Bootstrap
      • Inline forms in Bootstrap
      • Horizontal forms in Bootstrap
      • Various validation state in Bootstrap
      • Disable input in Bootstrap
      • Headers using Bootstrap
      • Glyphicons in Bootstrap
      • Dynamic layout in Bootstrap
      • Buttons in Bootstrap
      • Simple form using Bootstrap
      • Badges in Bootstrap
      • Grid Layout in Bootstrap
    • ►  January (3)
  • ►  2014 (339)
    • ►  December (1)
    • ►  October (55)
    • ►  September (58)
    • ►  August (94)
    • ►  July (64)
    • ►  June (67)
  • ►  2013 (34)
    • ►  August (5)
    • ►  April (29)
  • ►  2012 (20)
    • ►  November (1)
    • ►  October (15)
    • ►  September (4)

Author

  • Earthcare Foundation NGO
  • Kavita house
  • Unknown
  • Unknown

Info

Copyright © Hub Of Geekz | Powered by Blogger
Design by Hardeep Asrani | Blogger Theme by NewBloggerThemes.com | Distributed By Gooyaabi Templates