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 717 of 801
Container for form input and label with Bootstrap
Use the .form-group class in Bootstrap to set a container for form input and label &minusExample Bootstrap Example Student Name Upload Resume Example block-level help text here. Next
Read MoreMake a left-aligned with Bootstrap
Use the .form-inline class in Bootstrap to make a left aligned.You can try to run the following code to implement .form-inline classExample Bootstrap Example Name Name Submit
Read MoreAlign labels and groups of form controls in a horizontal layout with Bootstrap
Use the .form-horizontal class in Bootstrap to align labels and groups of form controls in a horizontal layout.You can try to run the following code to implement .form-horizontal class:Example Bootstrap Example Name Name Submit
Read MoreAdd feedback icons for inputs with Bootstrap
To add feedback icon, use the .has-feedback class in Bootstrap.You can try to run the following code to set feedback icons −Example Bootstrap Example Example
Read MoreForce an element to be hidden with Bootstrap
Use the .hidden class in Bootstrap to force an element to be hiddenExample Bootstrap Example This is visible. This is hidden.
Read MoreHide content depending on screen size with Bootstrap
Use the .hidden-* class in Bootstrap to hide content depending on screen size with BootstrapExample Bootstrap Example This is visible. This is hidden. Hidden on small screen Hidden on medium screen
Read MoreMake an element look like a heading with Bootstrap
To make an element look like a heading, you can try to run the following code −Example Bootstrap Example Planet Earth Asia India Hyderabad Madhapur
Read MoreAdd hover color to background color of the table row in Bootstrap
To add hover color to background color of the table row, use the .active class in Bootstrap.Example Bootstrap Example Student Information Student Subject Tom Maths Amit Programming Steve Java
Read MoreFade in tab with Bootstrap
Use the .in class in Bootstrap to fade in the tab.You can try to run the following code to fade in tab −Example Bootstrap Example Tutorials Website The following is our learning content: Home About Product Home This is demo text! About This is demo text! Product This is demo text!
Read MoreAdd information to the table row with Bootstrap
To add information to the table row in Bootstrap, use the .info class in Bootstrap −Example Bootstrap Example Rank of Cricketers The following are the rank of cricketers: Cricketer Rank Virat 1 David 2 Rohit 3 Kenn 4 Steve 5
Read More