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
Bootstrap Articles
Page 42 of 49
Bootstrap block level help text
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.
Read Morecol-lg-* Bootstrap class
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
Read MoreBootstrap .btn class
Use the .btn class in Bootstrap to add a button to the web page.You can try to run the following code to implement a .btn classExampleLive Demo Bootstrap Example Result
Read MoreBootstrap Form TextArea
The textarea is used when you need multiple lines of input. You can try to run the following code to work with textarea in Bootstrap FormsExampleLive Demo Bootstrap Forms Player Rank Player Details
Read MoreCustomize links using disabled class for unclickable links
You can try to run the following code to customize links using disabled classExampleLive Demo Bootstrap Example Coding Examples The following are the examples: Code1 Code2 Code3 Code4 Code5 ← Prev Next →
Read MoreBootstrap .btn-lg class
To make a large button, use the .btn-lg class in Bootstrap.You can try to run the following code to implement the btn-lg classExampleLive Demo Bootstrap Example Large button
Read MoreBootstrap .btn-warning class
The .btn-warning class is used to set a warning button.You can try to run the following code to implement the btn-warning class −ExampleLive Demo Bootstrap Example Warning Button
Read MoreBootstrap .btn-link class
Deemphasize a button by making it look like a link while maintaining button behavior using the btn-link class in Bootstrap −ExampleLive Demo Bootstrap Example Link Button
Read MoreCreate multiple select list in Bootstrap
To create multiple select lists in Bootstrap, use multiple,You can try to run the following code to implement multiple select −ExampleLive Demo Bootstrap Example Country India Australia US
Read MoreBootstrap Form Control States
Bootstrap offers to style for disabled inputs and classes for form validation, Input FocusWhen an input receives: focus, the outline of the input is removed and a box-shadow is applied.Disabled lnputsIf you need to disable an input, simply adding the disabled attribute will not only disable it; it will also change the styling and the mouse cursor when the cursor hovers over the element.Disabled FieldsetsAdd the disabled attribute to a to disable all the controls within the at once.Validation StatesBootstrap includes validation styles for errors, warnings, and success messages. To use, simply add the appropriate class to the parent element.
Read More