Found 700 Articles for Bootstrap

col-lg-* Bootstrap class

Arjun Thakur
Updated on 12-Jun-2020 14:14:49

423 Views

The input-lg is used to set the width of forms in Bootstrap.You can try to run the following code to implement col-lg Bootstrap class −ExampleLive Demo           Bootstrap Example                                                                                                                                                                                      

Bootstrap block level help text

Samual Sam
Updated on 12-Jun-2020 14:16:38

941 Views

Bootstrap form controls can have a block level help text that flows with the inputs. To add a full width block of content, use the .help-block after the .The following example demonstrates thisExampleLive Demo           Bootstrap Example                                          Example of Help Text                                 A longer block of help text that breaks onto a new line and may extend beyond one line.                    

input-lg Bootstrap class

Lakshmi Srinivas
Updated on 12-Jun-2020 13:48:36

269 Views

The input-lg is used to set the height of forms in Bootstrap.You can try to run the following code to implement the input-lg Bootstrap class ExampleLive Demo           Bootstrap Example                                                                                                                .input-lg                                

Set heights and widths of forms with Bootstrap

Chandu yadav
Updated on 12-Jun-2020 13:49:34

1K+ Views

Use classes like .input-lg and .col-lg-* to set the height and width of forms.ExampleYou can try to run the following code to set the form height and width −Live Demo           Bootstrap Example                                                                                                                                                                                .input-lg                                                            Default select                                                            .input-sm                                                                                                                                                                            

Bootstrap .has-error class

karthikeya Boyini
Updated on 12-Jun-2020 13:52:44

2K+ Views

The has-error class allows you to set error for input.You can try to run the following code to implement the has-error classExampleLive Demo           Bootstrap Example                                                                      Input with error                                                                        

Bootstrap radio class

George John
Updated on 12-Jun-2020 13:54:03

260 Views

Use radio class if you want to limit the user to just one selection. Use .radio-inline class to a series of radios for controls appears on the same line.You can try to run the following code to implement the Bootstrap radio class &mminus;ExampleLive Demo           Bootstrap Forms                                       Favourite Sports                             Cricket                                                            Football                    

Bootstrap Form select

Samual Sam
Updated on 12-Jun-2020 13:55:03

255 Views

A select is used when you want to allow the user to pick from multiple options, but by default, it only allows one.Use for list options with which the user is familiar, such as states or numbers.Use multiple = "multiple" to allow the users to select more than one option.ExampleYou can try to run the following code to implement Bootstrap form selectLive Demo           Bootstrap Example                                                             Country                            India                Australia                US                                

Bootstrap .has-warning class

Chandu yadav
Updated on 12-Jun-2020 13:56:26

330 Views

The has-warning class allows you to set warning for input.You can try to run the following code to implement has-warning class −ExampleLive Demo           Bootstrap Example                                                                      Input with warning                                                                        

Bootstrap Validation States

Lakshmi Srinivas
Updated on 12-Jun-2020 13:58:42

289 Views

Bootstrap includes validation styles for errors, warnings, and success messages. To use, simply add the appropriate class (.has-warning, .has-error, or .has-success) to the parent element.ExampleYou can try to run the following code to implement the validation statesLive  Demo           Bootstrap Example                                                       Focused                                                                         Disabled                                                                                                           Disabled input (Fieldset disabled)                                                                                                                             Disabled select menu (Fieldset disabled)                                                                        Disabled select                                                                                              Input with success                                                                                                    Input with warning                                                                                                    Input with error                                                                        

Bootstrap .has-success class

Arjun Thakur
Updated on 12-Jun-2020 14:00:07

520 Views

The has-success class allows you to set success action for input −ExampleLive Demo           Bootstrap Example                                                                      Input with success                                                                        

Advertisements