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
Articles by Arjun Thakur
Page 35 of 75
Usage of Bootstrap .btn-group-* class
To learn the usage of .btn-group-* class, you can try to run the following code:Example Bootstrap Example One Two Three Four Five Six
Read MoreAdd dropdown menu to buttons using Bootstrap
To add a dropdown to a button, simply wrap the button and dropdown menu in a .btn-group.You can try to run the following code to add dropdown menu to buttons −Example Bootstrap Example Default Action Another action Something else here Separated link Primary Action Another action Something else here Separated link
Read MoreBootstrap success Contextual class
The Bootstrap success contextual class indicates a successful or positive action.You can try to run the following code to implement the .success class −Example Bootstrap Table Subject Marks Student Maths 90 Amit Science 80 Aman English 85 Rahul
Read MoreAdd a background color to the active list item in a Bootstrap list group
Use the .active class to add gray background color to the active list item in a list group in Bootstrap.You can try to run the following code to add background color to the active list item −Example Bootstrap Example Features of Java Interface Multi-threading Packages Collection Serialization
Read MoreBootstrap .btn-primary class
The .btn-primary class provides extra visual weight and identifies the primary action in a set of buttons:Example Bootstrap Example Primary Button
Read MoreBootstrap .btn-info class
Use the .btn-info class to create a button for informational alert messages −Example Bootstrap Example Info Button
Read MoreCreate a Bootstrap Media List
To create a Bootstrap media list in Bootstrap, you can try to run the following code −Example Bootstrap Example Media heading ...
Read MoreBootstrap Large Grid
To create a Bootstrap large grid, you can try to run the following code −Example Bootstrap Example Grid This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This is demo text. This ...
Read MoreSet Bootstrap Panel with Footer
Add footers to panel using the .panel-footer class.You can try to run the following code to set footer to panel −Example Bootstrap Example Panel heading Panel content Panel content Panel footer
Read MoreBootstrap table-hover class
Using the .table-hover class, a light gray background will be added to rows while the cursor hovers over them.You can try to run the following code to implement the table-hover class −Example Bootstrap Table Footballer Rank Footballer Rank Country Messi 1 Argentina Neymar 2 Brazil Ronaldo 3 Portugal
Read More