1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-09-16 10:09:22 +02:00
parent 245f0c5545
commit 3e8129cbbf

View file

@ -72,7 +72,7 @@ Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
Here you'll find the [complete list of HTML5-Tags][1] and this is how they look like. Here you'll find the [complete list of HTML5-Tags][1] and this is how they look like.
### <hr> Horizontal Lines ### <hr> Horizontal Line
<hr> <hr>
@ -88,7 +88,12 @@ Here you'll find the [complete list of HTML5-Tags][1] and this is how they look
### &lt;blockquote&gt; Quotation ### &lt;blockquote&gt; Quotation
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</blockquote> <blockquote>Everything happens for a reason. (Britney Spears)</blockquote>
### &lt;blockquote&gt; and &lt;cite&gt; together
> Age is an issue of mind over matter. If you don't mind, it doesn't matter.
<cite>Mark Twain</cite>
### &lt;ol&gt; Ordered Lists ### &lt;ol&gt; Ordered Lists