Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles by Samual Sam
Page 85 of 151
Stack multiple progress bars with Bootstrap
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 MoreAllow a label to be used for form validation with Bootstrap
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 MoreBootstrap alert-link class
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 MoreSet title of a modal in Bootstrap
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 MoreAdd badges component to Bootstrap list group item
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 MoreBootstrap Collapsible panel
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 MoreSleeping for a while in Java
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 MoreAdd a yellow background color to an element to set warning action with Bootstrap
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 MoreBootstrap warning Contextual class
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 MoreBootstrap active Contextual class
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