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
CSS Framework Articles
Page 41 of 45
Create Inverted Navbar in Bootstrap
To create an inverted navbar with a black background and with white text, simply add the .navbar-inverse class to the .navbar class.Example Bootstrap Example TutorialsPoint iOS SVN Java jmeter EJB Jasper Report
Read MoreBootstrap <small> element
The element in Bootstrap is used to set inline subheadings.You can try to run the following code to implement the element:Example Bootstrap small element Heading One I'm secondary Heading Heading One I'm secondary Heading
Read MoreMake an Ordered list with Bootstrap
For ordered list in Bootstrap, you can try to run the following code −Example Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango
Read MoreMake Definition list with Bootstrap
For definition list in Bootstrap, you can try to run the following code −Example Bootstrap lists Lists Definition List Description 1 Item 1 Description 2 Item 2 Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli
Read Morelist-unstyled class in Bootstrap
For unstyled list in Bootstrap, use the list-unstyled class.You can try to run the following code to implement the list-unstyled class −Example Bootstrap lists Lists Definition List Unstyled List Item 1 Item 2 Item 3 Item 4 Vegetables (UnOrdered List) Tomato Brinjal Broccoli
Read Morelist-inline class in Bootstrap
You can try to run the following code to implement the list-inline class in BootstrapExample Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli Cars (Inline List) BMW Audi Bentley
Read MoreMake Unordered list with Bootstrap
For unordered list in Bootstrap, you can try to run the following code −Example Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli
Read Moredl-horizontal class in Bootstrap
In definition list, each list item can consist of both the and the elements. stands for definition term, and like a dictionary, this is the term (or phrase) that is being defined. Subsequently, the is the definition of the . You can make terms and descriptions in line up side-by-side using class dl-horizontal.You can try to run the following code to implement the dl-horizontal class:Example Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli Horizontal Definition List Description 1 Item 1 Description 2 Item 2
Read MoreStriped Table with Bootstrap
To add a striped table in Bootstrap, use the .table-striped class. You can try to run the following code to implement the .table-striped class −Example Bootstrap Table Footballer Rank Footballer Rank Amit 3 Kevin 2
Read MoreAdd the border to the table with Bootstrap
To add border to a table, use the table-bordered class. You can try to run the following code to implement the table-bordered class −Example Bootstrap Table Footballer Rank Footballer Rank Country Messi 1 Argentina Neymar 2 Brazil Ronaldo 3 Portugal
Read More