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
CSS Framework Articles
Page 41 of 45
Bootstrap class to emphasize text
HTML's default emphasis tags such as sets text at 85% the size of the parent, emphasizes a text with heavier font-weight, and emphasizes a text in italics.You can try to run the following code to an emphasis on text −Example Bootstrap emphasis tags This content is within tag This content is within tag This content is within tag and is rendered as italics Left aligned text. Center aligned text. Right aligned text. This content is muted This content carries a primary class This content carries a danger class
Read MoreBootstrap element styling
Bootstrap styles elements with a light dotted border along the bottom and reveal the full text on hover.The HTML element provides markup for abbreviations or acronyms, such as NASA, HTTPS, ICC, etc.You can try to run the following to understand how Bootstrap styles the element −Example Bootstrap abbr styling NASA ICC
Read MoreBootstrap pull-right class
Use the default around any HTML text. You can also add a tag for identifying the source of the quote and right aligning the blockquote using class .pull-right:Example Bootstrap pull-right class This is a default blockquote example. This is a default blockquote example. This is a default blockquote example.This is a default blockquote example. This is a default blockquote example. This is a blockquote with a source title. Someone famous in Source Title This is a blockquote aligned to the right. Someone famous in Source Title
Read MoreCreate Inverted Navbar in Bootstrap
To create an inverted navbar with a black background and with white text, simply add the .navbar-inverse class to the .navbar class.Example Bootstrap Example TutorialsPoint iOS SVN Java jmeter EJB Jasper Report
Read MoreBootstrap element
The element in Bootstrap is used to set inline subheadings.You can try to run the following code to implement the element:Example Bootstrap small element Heading One I'm secondary Heading Heading One I'm secondary Heading
Read MoreMake an Ordered list with Bootstrap
For ordered list in Bootstrap, you can try to run the following code −Example Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango
Read MoreMake Definition list with Bootstrap
For definition list in Bootstrap, you can try to run the following code −Example Bootstrap lists Lists Definition List Description 1 Item 1 Description 2 Item 2 Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli
Read Morelist-unstyled class in Bootstrap
For unstyled list in Bootstrap, use the list-unstyled class.You can try to run the following code to implement the list-unstyled class −Example Bootstrap lists Lists Definition List Unstyled List Item 1 Item 2 Item 3 Item 4 Vegetables (UnOrdered List) Tomato Brinjal Broccoli
Read Morelist-inline class in Bootstrap
You can try to run the following code to implement the list-inline class in BootstrapExample Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli Cars (Inline List) BMW Audi Bentley
Read MoreMake Unordered list with Bootstrap
For unordered list in Bootstrap, you can try to run the following code −Example Bootstrap lists Lists Fruits (Ordered List) Kiwi Apple Mango Vegetables (UnOrdered List) Tomato Brinjal Broccoli
Read More