×
FREE ASSISTANCE FOR THE INQUISITIVE PEOPLE
Tutorial Topics
X
softetechnologies
Bootstrap Alert [Success | Info | Warning | Danger] Bootstrap Badges [ use of .badge class ]
Bootstrap Labels [ use of .label class ] - Bootstrap 3
2601    Arnab De    17/05/2017

Bootstrap Labels

Bootstrap Labels is use to display some additional information to the text or link. It is generally use for display some extra information about the link or any heading. Assume we add a new paragraph in our documents and try to indicate it. Then we can use the label to indicate it. We must use the .label class to create bootstrap label. To create a label we must use <span> tag.

softetechnologies

<html>
<head>
<title>Badge Examples</title>
<link rel="stylesheet" href="bootstrap.min.css">
<style>
div
{
width:500px;
position:relative;
top:100px;
left:100px;
font-weight:bold;
}
</style>
</head>
<div>
<h1>Example New Topic<span class="label label-danger">new</span></h1>
</div>
</html>

Bootstrap Label
Bootstrap Label

Types of Bootstrap Labels

Six types of labels are possible in bootstrap. We use the following classes for different type of the Labels.

  • label-default
  • label-primary
  • label-success
  • label-info
  • label-warning
  • label-danger
softetechnologies

<span class="label label-default">Default</span>
<span class="label label-primary">Primary</span>
<span class="label label-success">Success</span>
<span class="label label-info">Info</span>
<span class="label label-warning">Warning</span>
<span class="label label-danger">Danger</span>

Bootstrap Label Types Types Of Bootstrap Label
Bootstrap Label Types
Bootstrap Label Types
Bootstrap Alert [Success | Info | Warning | Danger] Bootstrap Badges [ use of .badge class ]
softetechnologies
Author Details
Arnab De
I have over 16 years of experience working as an IT professional, ranging from teaching at my own institute to being a computer faculty at different leading institute across Kolkata. I also work as a web developer and designer, having worked for renowned companies and brand. Through tutorialathome, I wish to share my years of knowledge with the readers.
Enter New Comment
Comment History
No Comment Found Yet.
Sri Sri Ramakrishna Paramahamsa
God is in all men, but all men are not in God; that is why we suffer.
Sri Sri Ramakrishna Paramahamsa
2487
63.25
Today So Far
Total View (Lakh)
softetechnologies
26/05/2018     46579
25/06/2018     38731
01/01/2018     38408
28/06/2017     36338
02/08/2017     35043
01/08/2017     29316
06/07/2017     29073
15/05/2017     28601
14/07/2017     24431
11/09/2018     23465
softetechnologies