Sample blog post
167 | 168 | 169 |This blog post shows a few different types of content that’s supported and styled with Bootstrap. Basic typography, lists, tables, images, code, and more are all supported as expected.
170 |171 |
This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.
172 |Blockquotes
173 |This is an example blockquote in action:
174 |175 |177 |Quoted text goes here.
176 |
This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.
178 |Example lists
179 |This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout. This is an example unordered list:
180 |-
181 |
- First list item 182 |
- Second list item with a longer description 183 |
- Third list item to close it out 184 |
And this is an ordered list:
186 |-
187 |
- First list item 188 |
- Second list item with a longer description 189 |
- Third list item to close it out 190 |
And this is a definition list:
192 |-
193 |
- HyperText Markup Language (HTML) 194 |
- The language used to describe and define the content of a Web page 195 |
- Cascading Style Sheets (CSS) 196 |
- Used to describe the appearance of Web content 197 |
- JavaScript (JS) 198 |
- The programming language used to build advanced Web sites and applications 199 |
Inline HTML elements
201 |HTML defines a long list of available inline tags, a complete list of which can be found on the Mozilla Developer Network.
202 |-
203 |
- To bold text, use
<strong>.
204 | - To italicize text, use
<em>.
205 | - Abbreviations, like HTML should use
<abbr>, with an optionaltitleattribute for the full phrase.
206 | - Citations, like — Mark Otto, should use
<cite>.
207 | Deletedtext should use<del>and inserted text should use<ins>.
208 | - Superscript text uses
<sup>and subscript text uses<sub>.
209 |
Most of these elements are styled by browsers with few modifications on our part.
211 |Heading
212 |This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.
213 |Sub-heading
214 |This is some additional paragraph placeholder content. It has been written to fill the available space and show how a longer snippet of text affects the surrounding content. We'll repeat it often to keep the demonstration flowing, so be on the lookout for this exact same string of text.
215 |Example code block
216 | This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.
217 |