Samual Sam

Samual Sam

1,507 Articles Published

Articles by Samual Sam

Page 85 of 151

Stack multiple progress bars with Bootstrap

Samual Sam
Samual Sam
Updated on 11-Mar-2026 547 Views

To stack multiple progress bars in Bootstrap, you can try to run the following codeExample           Bootstrap Example                                                       40% Complete (success)                                 30% Complete (warning)                                 20%Complete (danger)                    

Read More

Allow a label to be used for form validation with Bootstrap

Samual Sam
Samual Sam
Updated on 11-Mar-2026 244 Views

Use the .control-label class in Bootstrap to allow a label to be used for form validation.You can try to run the following code to implement the control-label class in BootstrapExample           Bootstrap Example                                                                      Email-                                   amit@demo.com                                                

Read More

Bootstrap alert-link class

Samual Sam
Samual Sam
Updated on 11-Mar-2026 290 Views

Use the alert-link class in Bootstrap to get the links in Bootstrap.You can try to run the following code to implement the alert-link class in BootstrapExample           Bootstrap Example                                          Error!          

Read More

Set title of a modal in Bootstrap

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

Use the .modal-title class in Bootstrap to set the title of a modalExample           Bootstrap Example                                          Examination          Result                                                                              ×                      Warning                                                          If JavaScript isn't enabled in your web browser, then you may not be able to see the result.                                                          Close                                                                  

Read More

Add badges component to Bootstrap list group item

Samual Sam
Samual Sam
Updated on 11-Mar-2026 484 Views

Add the badges component to any list group item and it will automatically be positioned on the right. Just add within the element.You can try to run the following code to implement thisExample           Bootstrap Example                                 Tutorials                Programming          Web Development          Networking                       New             Database                    SAP                       New             Academic                    

Read More

Bootstrap Collapsible panel

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

To create a collapsible panel in Bootstrap, use the panel-collapse class.You can try to run the following code to create a collapsible panelExample           Bootstrap Example                                          Tutorials          Click below...                                                                              Free learning content                                                                     We provide free learning content and quizzes as well.                   Copyright 2018                                                

Read More

Sleeping for a while in Java

Samual Sam
Samual Sam
Updated on 11-Mar-2026 901 Views

You can sleep for any period of time from one millisecond up to the lifetime of your computer. For example, the following program would sleep for 3 seconds −Exampleimport java.util.*; public class SleepDemo {    public static void main(String args[]) {       try {                    System.out.println(new Date( ) + "");                    Thread.sleep(5*60*10);                    System.out.println(new Date( ) + "");               } catch (Exception e) {          System.out.println("Got an exception!");             }    } }This will produce the following result −OutputSun May 03 18:04:41 GMT 2009 Sun May 03 18:04:51 GMT 2009

Read More

Add a yellow background color to an element to set warning action with Bootstrap

Samual Sam
Samual Sam
Updated on 11-Mar-2026 340 Views

To set warning action to a button in Bootstrap, use the .btn-warning button. You can try to run the following code to implement btn-warning buttonExample           Bootstrap Example                                 Click below if you want to know the warning message:       Warning    

Read More

Bootstrap warning Contextual class

Samual Sam
Samual Sam
Updated on 11-Mar-2026 292 Views

The Bootstrap warning contextual class indicates a warning action.You can try to run the following code to implement the .warning classExample           Bootstrap Table                                                                      Subject                Marks                Student                                                            Programming                90                Amit                                        Web Dev                92                Yuvraj                                        Science                95                Sachin                                

Read More

Bootstrap active Contextual class

Samual Sam
Samual Sam
Updated on 11-Mar-2026 258 Views

The Bootstrap active contextual class applies hover color to a particular row or cell. You can try to run the following code to implement the active contextual classExample           Bootstrap Table                                                                      Subject                Marks                Student                                                            Maths                90                Amit                                        Science                80                Aman                                        English                85                Rahul                                

Read More
Showing 841–850 of 1,507 articles
« Prev 1 83 84 85 86 87 151 Next »
Advertisements