Chandu yadav

Chandu yadav

810 Articles Published

Articles by Chandu yadav

Page 34 of 81

Hide content with Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 447 Views

To hide content with Bootstrap, use the .hidden class in Bootstrap. You can try to run the following code to hide content:Example           Bootstrap Example                                                       Content is visible.                                 Content is hidden.                    

Read More

Item text inside the list group in Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 323 Views

To set item text inside the list group, use the .list-group-item-text class.You can try to run the following code to implement the .list-group-item-text class −Example           Bootstrap Example                                          Cars                                      Hyundai                i10                i20                                        Volkswagen                                Vento                Polo                                

Read More

How to use Bootstrap Tab Plugins

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 217 Views

By combining a few data attributes, you can easily create a tabbed interface. With this plug-in you can transition through panes of local content in tabs or pills, even via drop down menus.You can try to run the following code to implement tab plugins −Example           Bootstrap Example                                                                      Home             ...

Read More

Bootstrap Pills

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 282 Views

To turn the tabs into pills, use the class .nav-pills,You can try to run the following code to implement Bootstrap Pills:Example           Bootstrap Example                                 Subjects                Java          WordPress          JavaScript          AngularJS          

Read More

Disable a dropdown item with Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 6K+ Views

To disable to dropdown item in Bootstrap, use the .disabled class with the .dropdown-menu class.You can try to run the following code to disable dropdown item −Example           Bootstrap Example                                          Beverages          The following are the beverages available in India:                       Beverages                                        Gatorade                Sting                Red Bull                Pepsi                Coca Cola                                

Read More

Center tabs in Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 984 Views

Use the .nav-justified class in Bootstrap to center tabs in Bootstrap.You can try to run the following code to center tabs −Example           Bootstrap Example                                          Web Development          The following are the web dev technologies:                       HTML5             jQuery             JavaScript             Ajax             ES6                    

Read More

Usage of Bootstrap next class to right-align the links

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 232 Views

Use the .next class in Bootstrap to right align the links. You can try to run the following code to implement the .next class:Example           Bootstrap Example                                 Answers                      ← Older          Newer →          

Read More

Bootstrap page-header class

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 682 Views

Page header is used to add appropriate spacing around the headings on a page.To use a page header, wrap your heading in a with a class of .page-header −Example           Bootstrap Example                                                       Header             Subtext for header                       Demo text! Demo text! Demo text! Demo text! Demo text!          Demo text! Demo text! Demo text! Demo text!          

Read More

Usage of Bootstrap class panel-danger

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 420 Views

The .panel-danger class in Bootstrap is used to indicate danger.You can try to run the following code to implement panel-danger class −Example           Bootstrap Example                                                       Panel title (danger)                                 This is a Basic panel                    

Read More

Create Dismissal Alerts in Bootstrap

Chandu yadav
Chandu yadav
Updated on 11-Mar-2026 414 Views

To create a dismissal alert −Add a basic alert by creating a wrapper and adding a class of .alert and one of the four contextual classes, for example, .alert-success, .alert-info, etc.Also add optional .alert-dismissable to the above class.Add a close button.You can try to run the following code to create dismissal alerts −Example           Bootstrap Example                                                       ×                    Success! Well done its submitted.                                   ×                    Info! Take this info.          

Read More
Showing 331–340 of 810 articles
« Prev 1 32 33 34 35 36 81 Next »
Advertisements