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
Articles by Lakshmi Srinivas
Page 3 of 24
Usage of Bootstrap Media Objects
The media object is to make the code for developing blocks of information drastically shorter.You can try to run the following code to implement media objectsExample Bootstrap Example Media heading This is some sample text. This is some sample text. ...
Read MoreAnimate a striped progress bar in Bootstrap
To animate a striped progress bar, use the .active class with the .progress-bar class in Bootstrap.You can try to run the following code to animate a striped progress barExample Bootstrap Example Level The level of water in meters: 20%
Read MoreBootstrap panel-title class
Add panel title in Bootstrap to add a title to the panel using the .panel-title class.You can try to run the following code to implement the .panel-title classExample Bootstrap Example Panel with title Panel content
Read MoreCreate a button look like a link with Bootstrap
Use the .btn-link class in Bootstrap to create a button look like a link.You can try to run the following code to implement a .btn-link classExample Bootstrap Example The following are FMCG companies: ITC Limited Colgate-Palmolive Nestle Britannia Industries Limited
Read MoreBootstrap Form CheckBox
Use checkbox class if you want the user to select any number of options from a list. Use .checkbox-inline class to a series of checkboxes for controls appear on the same line.You can try to run the following code to implement Bootstrap form checkboxExample Try v1.2 Bootstrap Online Favourite Live Streaming Amazon Prime Hotstar
Read MoreUsage of Bootstrap label class
Bootstrap label class is used to add labels such as tips, count, etc.Let us see an example to implement label classExample Bootstrap Example Tools 40 QA 1000
Read MoreBootstrap Form Input
The most common form text field is the input field. This is where users will enter most of the essential form data. Bootstrap offers support for all native HTML5 input types: text, password, datetime,datetime-local, date, month, time, week, number, email, url, search, tel, and color. The proper type declaration is required to make Inputs fully styled. You can try to run the following code to learn how to work with form input in BootstrapExample Bootstrap Form Input Player Rank
Read MoreSet a container that spans the full width of the screen with Bootstrap
Use the .container-fluid class in Bootstrap to set a container that spans the full width of the screen.You can try to run the following code to implement the container-fluid classExample Bootstrap Example Container fluid Normal width Width is 75% Width is 50% Width is 25%
Read Moreinput-lg Bootstrap class
The input-lg is used to set the height of forms in Bootstrap.You can try to run the following code to implement the input-lg Bootstrap class Example Bootstrap Example .input-lg
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 FormsExample Bootstrap Forms Player Rank Player Details
Read More