Found 10483 Articles for Web Development

Add feedback icons for inputs with Bootstrap

Arjun Thakur
Updated on 12-Jun-2020 22:03:04

863 Views

To add feedback icon, use the .has-feedback class in Bootstrap.You can try to run the following code to set feedback icons −ExampleLive Demo           Bootstrap Example                                          Example                                                      

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

Nancy Den
Updated on 12-Jun-2020 22:08:15

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:ExampleLive Demo           Bootstrap Example                                                       Name                                             Name                                Submit          

Make a
left-aligned with Bootstrap

Samual Sam
Updated on 12-Jun-2020 21:40:25

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 classExampleLive Demo           Bootstrap Example                                                       Name                                             Name                                Submit          

Container for form input and label with Bootstrap

George John
Updated on 12-Jun-2020 21:38:31

840 Views

Use the .form-group class in Bootstrap to set a container for form input and label &minusExampleLive Demo           Bootstrap Example                                                       Student Name                                          Upload Resume                        Example block-level help text here.                 Next          

Add plain text next to a form label within a form with Bootstrap

Lakshmi Srinivas
Updated on 12-Jun-2020 21:43:27

545 Views

To add plain text to a form label within a form, use the .form-control-static in Bootstrap.You can try to run the following code to implement a .form-control-static class in BootstrapExampleLive Demo           Bootstrap Example                                                       Email:                            amit@demo.com                                

Add a fading effect when closing an alert box in Bootstrap

Rishi Rathor
Updated on 12-Jun-2020 21:41:44

322 Views

Use the .fade class in Bootstrap to add a fading effect when the alert is closed:ExampleLive Demo           Bootstrap Example                                          Eclipse Refactoring                       ×             To refactor code in Eclipse, try the below given steps in the video (You can also close this alert)                                                                

Bootstrap progress class

karthikeya Boyini
Updated on 12-Jun-2020 21:49:14

201 Views

Use the .progress class in Bootstrap to create a progress bar. The class is a container for progress bars.You can try to run the following code to implement progress class in BootstrapExampleLive Demo           Bootstrap Example                                                       90% Complete                    

Create Three Equal Columns with Bootstrap grid Layout

Chandu yadav
Updated on 09-Feb-2022 07:23:05

1K+ Views

To create three equal columns layout with Bootstrap Grid Layout, you can try to run the following code −Example           Bootstrap Example                              Bootstrap Grid                       Column One             Column Two             Column Three                     Output

How to use Bootstrap Alert Plugins

Vrundesha Joshi
Updated on 12-Jun-2020 21:51:19

154 Views

Alert messages are used to display information such as warning or confirmation messages to the end users. You can try to run the following code to implement alert plugins in Bootstrap −ExampleLive Demo            Bootstrap Example                                          ×          Success! the result is successful.                      $(function(){             $("#myAlert").bind('closed.bs.alert', function () {                alert("Alert message box is closed.");             });          });          

Container for embedded content (16:9 aspect ratio) in Bootstrap

Samual Sam
Updated on 12-Jun-2020 21:52:56

362 Views

Use the .embed-responsive class in Bootstrap to set a container for embedded content.For 16:9 aspect ratio for the embedded content, use the embed-responsive-16by9 classExampleLive Demo           Bootstrap Example                                          Eclipse Refactoring          To refactor code in Eclipse, try the below given steps in the video:                                          

Advertisements