Content
Paragraph
p
- The "paragraph" tag, more than likely the most used tag on a page
Rather than just a big block of lorem ipsum, I have wrote a whole lot of nothing, that makes no sense what so ever.
<p>Rather than just a big block of lorem ipsum, I have wrote a whole lot of nothing, that makes no sense what so ever.</p>
Center Text
.center
Want to just center some text, use the center class
<p class="center">Want to just center some text, use the center class</p>
Link
a
- The a link
<a href="http://flucss.com">flucss.com</a>
Blockquote
blockquote
- Blockquote
when this baby hit's 88mph, you're going see some serious...
<blockquote>
when this baby hit's 88mph, you're going see some serious...
</blockquote>
Strong
strong
- Pretty much means makes something bold
I am strong
<p>I am
<strong>strong</strong>
</p>
sup
sup
- Sup(pper)
This is Supper
<p>This is
<sup>Supper</sup>
</p>
sub
sub
- sub(er)
This is Sub
<p>This is
<sub>Sub</sub>
</p>
abbr
abbr
- abbr
This is an abbrivation
<p>This is an
<abbr>abbrivation</abbr>
</p>