Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Web Development Articles
Page 710 of 801
Add a light-blue label (set info) with Bootstrap
Use .label-info class in Bootstrap to add light-blue label.You can try to run the following code to implement the .label-info classExample Bootstrap Example Info label Information
Read MoreBootstrap thumbnail class
The role of .thumbnail class in Bootstrap is used to create a thumbnail for images −Example Bootstrap Example
Read MoreAdd HTML headings into Bootstrap thumbnails
With Bootstrap, you can easily add heading to thumbnails.You can try to run the following code to add HTML headings −Example Bootstrap Example Thumbnail Heading
Read MoreBootstrap breadcrumb class
On a website or blog, breadcrumbs can show the dates of publishing, categories, or tags. Breadcrumbs show hierarchy-based information. In Bootstrap, use the .breadcrumb class to add breadcrumbs to a website.You can try to run the following code to implement breadcrumbs −Example Bootstrap Example Home Quiz PHP
Read MoreBootstrap panel class
Panel components are used when you want to put your DOM component in a box. To get a basic panel, just add class .panel to the element.You can try to run the following code to implement panel class in BootstrapExample Bootstrap Example Demo panel
Read MoreSet Bootstrap Panel with Heading
Follow the below steps to set Bootstrap panel with heading −Use .panel-heading class to add a heading container to your panel.Use any - with a .panel-title class to add a pre-styled heading.You can try to run the following code for panel with headings in Bootstrap −Example Bootstrap Example Tutorials Learn for free Quiz Attempt these quizzes
Read MoreUsage of Bootstrap class panel-danger
The .panel-danger class in Bootstrap is used to indicate danger.You can try to run the following code to implement panel-danger class −Example Bootstrap Example Panel title (danger) This is a Basic panel
Read MoreUsage of Bootstrap class panel-primary
The panel-primary class in Bootstrap is a contextual state class. Yes, it is blue in color.You can try to run the following code to implement a panel-primary class in BootstrapExample Bootstrap Example Panel title This is a Basic panel
Read MoreInclude list groups within any Bootstrap Panel
To include list groups within Bootstrap panel, create a panel by adding class .panel to the element.Also, add class .panel-default to this element. Now within this panel include your list groups.Example Bootstrap Example Tutorials List of tutorials C Java Ruby C++
Read MoreUsage of Bootstrap panel-default
For a basic panel, add class .panel to the element. With that, add class .panel-default to this element.You can try to run the following code to implement a panel-default classExample Bootstrap Example This is demo text in a panel.
Read More