Smita Kapse has Published 560 Articles

How to use Bootstrap Collapse Plugins

Smita Kapse

Smita Kapse

Updated on 15-Jun-2020 06:31:28

66 Views

The collapse plugin makes it easy to make collapsing divisions of the page. Whether you use it to build an accordion navigation or content boxes, it allows for a lot of content options.You can try to run the following code to implement collapse plugins in Bootstrap −ExampleLive Demo   ... Read More

Create a small button with Bootstrap

Smita Kapse

Smita Kapse

Updated on 15-Jun-2020 06:26:19

2K+ Views

Use the .btn-sm class in Bootstrap to create a small button.You can try to run the following code to create button smaller than the default size −ExampleLive Demo           Bootstrap Example                       ... Read More

What is the difference between break and continue statements in JavaScript?

Smita Kapse

Smita Kapse

Updated on 13-Jun-2020 13:22:14

354 Views

break statementThe break statement is used to exit a loop early, breaking out of the enclosing curly braces.  The break statement exits out of a loop.  Let’s see an example of break statement in JavaScript. The following example illustrates the use of a break statement with a while loop. Notice ... Read More

What is 'new' Operator in JavaScript?

Smita Kapse

Smita Kapse

Updated on 13-Jun-2020 09:27:27

131 Views

The new keyword in JavaScript is the new operator. It creates an instance of a user-defined object type.SyntaxHere’s the syntax −new constructor[([arguments])]ExampleLet us see an example to learn about the usage of new operator −                       ... Read More

How to use the Glyphicons icons in Bootstrap

Smita Kapse

Smita Kapse

Updated on 12-Jun-2020 22:27:06

1K+ Views

To use the Glyphicons icon in Bootstrap, use the following code just about anywhere in your code. Leave a space between the icon and text for proper padding like −ExampleLive Demo         Bootstrap Example                   ... Read More

Breadcrumb in Bootstrap

Smita Kapse

Smita Kapse

Updated on 12-Jun-2020 21:24:02

83 Views

Breadcrumbs show hierarchy-based information. In site in blogs, breadcrumbs can show the dates of publishing, categories, or tags.A breadcrumb in Bootstrap is simply an unordered list with a class of .breadcrumb as in the following code −ExampleLive Demo           Bootstrap Example                                       Home       Tutorials       Java          

Disable a button with Bootstrap

Smita Kapse

Smita Kapse

Updated on 12-Jun-2020 21:10:02

11K+ Views

Use the .disabled class in Bootstrap to disable a button.You can try to run the following code to implement the .disabled class −ExampleLive Demo           Bootstrap Example                                      Rank of Cricketers          The following are the rank of cricketers:          Enabled          Disabled          

Vertically stack tabs with Bootstrap

Smita Kapse

Smita Kapse

Updated on 12-Jun-2020 19:04:30

313 Views

Use the .nav-stacked class in Bootstrap to vertically stack tabs,You can try to run the following code to implement the .nav-stacked class minus;ExampleLive Demo           Bootstrap Example                                          Database          The following are the database technologies:                       DB2             MySQL             SQL             CouchDB                    

Set success action for a list item in a list group with Bootstrap

Smita Kapse

Smita Kapse

Updated on 12-Jun-2020 18:27:48

86 Views

Use the list-group-item-success class in Bootstrap to set success action for a list item in a list group.You can try to run the following code to implement the list-group-item-success class −ExampleLive Demo           Bootstrap Example                                          Java                                      Interfaces                                        Multi-threading                                        Packages                                

Use previous and next class for alignment of links

Smita Kapse

Smita Kapse

Updated on 12-Jun-2020 17:27:03

51 Views

You can try to run the following code to use the previous and next class for alignment of links:ExampleLive Demo           Bootstrap Example                                 Answers                      ← Older          Newer →          

Previous 1 ... 6 7 8 9 10 ... 56 Next
Advertisements