Update
This commit is contained in:
parent
2cbd5d7fd2
commit
78f18fab16
1 changed files with 13 additions and 20 deletions
|
@ -349,29 +349,22 @@
|
|||
|
||||
<p>Here you’ll find the <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list">complete list of HTML5-Tags</a> and this is how they look like.</p>
|
||||
|
||||
<h3 id="paragraphs-with-lots-of-text-ltpgt">Paragraphs with lots of Text › <p></h3>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
|
||||
|
||||
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
|
||||
<h3 id="horizontal-lines--lthrgt">Horizontal Lines › <hr></h3>
|
||||
<h3 id="lthrgt-horizontal-lines"><hr> Horizontal Lines</h3>
|
||||
<hr />
|
||||
|
||||
<h3 id="displaying-code-ltpregt">Displaying Code › <pre></h3>
|
||||
<pre>
|
||||
<html>
|
||||
<head>
|
||||
<title>Code Blocks</title>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
<h3 id="ltpregt-displaying-code"><pre> Displaying Code</h3>
|
||||
<pre><code> <html>
|
||||
<head>
|
||||
<title>Code Blocks</title>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
</code></pre>
|
||||
|
||||
</pre>
|
||||
|
||||
<h3 id="quotation--ltblockquotegt">Quotation › <blockquote></h3>
|
||||
<h3 id="ltblockquotegt-quotation"><blockquote> Quotation</h3>
|
||||
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</blockquote>
|
||||
|
||||
<h3 id="ordered-lists-ltolgt">Ordered Lists › <ol></h3>
|
||||
<h3 id="ltolgt-ordered-lists"><ol> Ordered Lists</h3>
|
||||
<ol>
|
||||
<li>One</li>
|
||||
<li>Two</li>
|
||||
|
@ -392,7 +385,7 @@
|
|||
<li>Five</li>
|
||||
</ol>
|
||||
|
||||
<h3 id="unordered-lists-ltulgt">Unordered Lists › <ul></h3>
|
||||
<h3 id="ltulgt-unordered-lists"><ul> Unordered Lists</h3>
|
||||
<ul>
|
||||
<li>One item
|
||||
<ul>
|
||||
|
@ -413,7 +406,7 @@
|
|||
<li>Fifth item and so on…</li>
|
||||
</ul>
|
||||
|
||||
<h3 id="definition-lists-ltdlgt">Definition Lists › <dl></h3>
|
||||
<h3 id="ltdlgt-definition-lists"><dl> Definition Lists</h3>
|
||||
|
||||
<dl>
|
||||
<dt>Definition Lists</dt>
|
||||
|
|
Reference in a new issue