Bootstrap Articles

Page 22 of 49

Make a left-aligned with Bootstrap

Samual Sam
Samual Sam
Updated on 11-Mar-2026 3K+ Views

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 More

Align labels and groups of form controls in a horizontal layout with Bootstrap

Nancy Den
Nancy Den
Updated on 11-Mar-2026 2K+ Views

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 More

Add feedback icons for inputs with Bootstrap

Arjun Thakur
Arjun Thakur
Updated on 11-Mar-2026 932 Views

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 More

Force an element to be hidden with Bootstrap

karthikeya Boyini
karthikeya Boyini
Updated on 11-Mar-2026 215 Views

Use the .hidden class in Bootstrap to force an element to be hiddenExample           Bootstrap Example                                 This is visible.       This is hidden.    

Read More

Hide content depending on screen size with Bootstrap

Lakshmi Srinivas
Lakshmi Srinivas
Updated on 11-Mar-2026 731 Views

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 More

Make an element look like a heading with Bootstrap

Daniol Thomas
Daniol Thomas
Updated on 11-Mar-2026 202 Views

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 More

Add hover color to background color of the table row in Bootstrap

George John
George John
Updated on 11-Mar-2026 1K+ Views

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 More

Fade in tab with Bootstrap

Krantik Chavan
Krantik Chavan
Updated on 11-Mar-2026 4K+ Views

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 More

Add information to the table row with Bootstrap

Arjun Thakur
Arjun Thakur
Updated on 11-Mar-2026 489 Views

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

Bootstrap well-lg class

Anvi Jain
Anvi Jain
Updated on 11-Mar-2026 212 Views

Change the size of well using the optional classes such as, well-lg or well-lg. These classes are used in conjunction with .well class.You can try to run the following code to implement well-lg class in Bootstrap −Example           Bootstrap Example                                 This has more space!       This has less space!    

Read More
Showing 211–220 of 489 articles
« Prev 1 20 21 22 23 24 49 Next »
Advertisements