This blog post shows different types of content supported by Bootstrap. It includes basic typography, lists, tables, images, and code. All these are styled as expected.
This is some extra paragraph content. It's here to fill space and show how text affects the layout. We'll keep using it to keep the demo going.
Blockquotes
This is an example blockquote in action:
Quoted text goes here.
This is some extra paragraph content. It's a bit shorter than the usual text. We'll keep using it to keep the demo going.
Example lists
This is some extra paragraph content. It's a bit shorter than the usual text. This is an example unordered list:
- First list item
- Second list item with a longer description
- Third list item to close it out
And this is an ordered list:
- First list item
- Second list item with a longer description
- Third list item to close it out
And this is a definition list:
- HyperText Markup Language (HTML)
- The language used to describe and define the content of a Web page
- Cascading Style Sheets (CSS)
- Used to describe the appearance of Web content
- JavaScript (JS)
- The programming language used to build advanced Web sites and applications
Inline HTML elements
HTML has a long list of inline tags. You can find a complete list on the Mozilla Developer Network .
-
To bold text , use
<strong>. -
To italicize text , use
<em>. -
Abbreviations, like
HTML should use
<abbr>, with an optionaltitleattribute for the full phrase. -
Citations, like — Mark Otto , should use
<cite>. -
Deletedtext should use<del>and inserted text should use<ins>. -
Superscript text uses
<sup>and subscript text uses<sub>.
Most of these elements are styled by browsers with few modifications on our part.
Heading
This is some extra paragraph content. It's here to fill space and show how text affects the layout. We'll keep using it to keep the demo going.
Sub-heading
This is some extra paragraph content. It's a bit shorter than the usual text. We'll keep using it to keep the demo going.
Example code block
This is some extra paragraph content. It's a bit shorter than the usual text.
