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