1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-08-17 23:44:09 +02:00
parent db13c8f755
commit 8f71b1e9a6

View file

@ -350,65 +350,109 @@
<p>Here youll 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="lth1gtlth2gtlth3gtlth4gtlth5gtlth6gt">&lt;h1&gt;,&lt;h2&gt;,&lt;h3&gt;,&lt;h4&gt;,&lt;h5&gt;,&lt;h6&gt;</h3>
<p>### &lt;p&gt;
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.
### &lt;hr&gt;</p>
<h3 id="ltpgt">&lt;p&gt;</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>
<h3 id="lthrgt">&lt;hr&gt;</h3>
<hr />
<h3 id="ltpregt">&lt;pre&gt;</h3>
<pre>
Here comes code.
</pre>
<p>### &lt;blockquote&gt;</p>
<h3 id="ltblockquotegt">&lt;blockquote&gt;</h3>
<blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</blockquote>
<p>### &lt;ol&gt;
1. One
2. Two
3. Three
4. Second Level One
4. Second Level Two
4. Second Level Three
5. And a third level one
5. And a third level two
5. And a third level three
4. Four
5. Five
### &lt;ul&gt;
- One item
+ Second Level Item One
+ Second Level Item Two
+ Second Level Item Three
* Third Level One
* Third Level Two
* Third Level Three
- Second item
- Third item
- Fourth item
- Fifth item and so on…
### &lt;dl&gt;
### &lt;dt&gt;
### &lt;dd&gt;
### &lt;a&gt;
### &lt;em&gt;
### &lt;strong&gt;
### &lt;small&gt;
<small>This is small text.</small>
### &lt;s&gt;
### &lt;cite&gt;
### &lt;q&gt;
### &lt;dfn&gt;
### &lt;abbr&gt;
### &lt;time&gt;
### &lt;code&gt;
### &lt;var&gt;
### &lt;samp&gt;
### &lt;kbd&gt;
### &lt;sub&gt;
### &lt;i&gt;
### &lt;b&gt;
### &lt;u&gt;
### &lt;mark&gt;
### &lt;br&gt;</p>
<h3 id="ltolgt">&lt;ol&gt;</h3>
<ol>
<li>One</li>
<li>Two</li>
<li>Three
<ol>
<li>Second Level One</li>
<li>Second Level Two</li>
<li>Second Level Three
<ol>
<li>And a third level one</li>
<li>And a third level two</li>
<li>And a third level three</li>
</ol>
</li>
</ol>
</li>
<li>Four</li>
<li>Five</li>
</ol>
<h3 id="ltulgt">&lt;ul&gt;</h3>
<ul>
<li>One item
<ul>
<li>Second Level Item One</li>
<li>Second Level Item Two</li>
<li>Second Level Item Three
<ul>
<li>Third Level One</li>
<li>Third Level Two</li>
<li>Third Level Three</li>
</ul>
</li>
</ul>
</li>
<li>Second item</li>
<li>Third item</li>
<li>Fourth item</li>
<li>Fifth item and so on…</li>
</ul>
<h3 id="ltdlgt">&lt;dl&gt;</h3>
<h3 id="ltdtgt">&lt;dt&gt;</h3>
<h3 id="ltddgt">&lt;dd&gt;</h3>
<h3 id="ltagt">&lt;a&gt;</h3>
<h3 id="ltemgt">&lt;em&gt;</h3>
<h3 id="ltstronggt">&lt;strong&gt;</h3>
<h3 id="ltsmallgt">&lt;small&gt;</h3>
<p><small>This is small text.</small></p>
<h3 id="ltsgt">&lt;s&gt;</h3>
<h3 id="ltcitegt">&lt;cite&gt;</h3>
<h3 id="ltqgt">&lt;q&gt;</h3>
<h3 id="ltdfngt">&lt;dfn&gt;</h3>
<h3 id="ltabbrgt">&lt;abbr&gt;</h3>
<h3 id="lttimegt">&lt;time&gt;</h3>
<h3 id="ltcodegt">&lt;code&gt;</h3>
<h3 id="ltvargt">&lt;var&gt;</h3>
<h3 id="ltsampgt">&lt;samp&gt;</h3>
<h3 id="ltkbdgt">&lt;kbd&gt;</h3>
<h3 id="ltsubgt">&lt;sub&gt;</h3>
<h3 id="ltigt">&lt;i&gt;</h3>
<h3 id="ltbgt">&lt;b&gt;</h3>
<h3 id="ltugt">&lt;u&gt;</h3>
<h3 id="ltmarkgt">&lt;mark&gt;</h3>
<h3 id="ltbrgt">&lt;br&gt;</h3>
<h2 id="tables">Tables</h2>
<p>&lt;table&gt;