Update
This commit is contained in:
parent
245f0c5545
commit
3e8129cbbf
1 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
||||
### <hr> Horizontal Lines
|
||||
### <hr> Horizontal Line
|
||||
<hr>
|
||||
|
||||
|
||||
|
@ -88,7 +88,12 @@ Here you'll find the [complete list of HTML5-Tags][1] and this is how they look
|
|||
|
||||
|
||||
### <blockquote> 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>
|
||||
|
||||
### <blockquote> and <cite> together
|
||||
|
||||
> Age is an issue of mind over matter. If you don't mind, it doesn't matter.
|
||||
<cite>Mark Twain</cite>
|
||||
|
||||
|
||||
### <ol> Ordered Lists
|
||||
|
|
Reference in a new issue