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>
|
||||
|
||||
<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.
|
||||
### <hr></p>
|
||||
|
||||
<h3 id="ltpgt"><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>
|
||||
|
||||
<h3 id="lthrgt"><hr></h3>
|
||||
<hr />
|
||||
|
||||
<h3 id="ltpregt"><pre></h3>
|
||||
<pre>
|
||||
Here comes code.
|
||||
</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>
|
||||
<p>### <ol>
|
||||
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
|
||||
### <ul>
|
||||
- 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…
|
||||
### <dl>
|
||||
### <dt>
|
||||
### <dd>
|
||||
### <a>
|
||||
### <em>
|
||||
### <strong>
|
||||
### <small>
|
||||
<small>This is small text.</small>
|
||||
### <s>
|
||||
### <cite>
|
||||
### <q>
|
||||
### <dfn>
|
||||
### <abbr>
|
||||
### <time>
|
||||
### <code>
|
||||
### <var>
|
||||
### <samp>
|
||||
### <kbd>
|
||||
### <sub>
|
||||
### <i>
|
||||
### <b>
|
||||
### <u>
|
||||
### <mark>
|
||||
### <br></p>
|
||||
|
||||
<h3 id="ltolgt"><ol></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"><ul></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"><dl></h3>
|
||||
|
||||
<h3 id="ltdtgt"><dt></h3>
|
||||
|
||||
<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>
|
||||
<p><table>
|
||||
|
|
Reference in a new issue