tags
This commit is contained in:
parent
46ff5b9012
commit
cb0561edfd
1 changed files with 25 additions and 2 deletions
|
@ -41,8 +41,6 @@
|
||||||
<p>Oh yeah, <em>sure</em>…</p>
|
<p>Oh yeah, <em>sure</em>…</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="relative/destination">Go elsewhere…</a>
|
|
||||||
|
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div>
|
<div>
|
||||||
First column to describe the associated
|
First column to describe the associated
|
||||||
|
@ -80,6 +78,30 @@
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="#debug">#debug</a>
|
||||||
|
<a href="relative/destination">Go elsewhere…</a>
|
||||||
|
|
||||||
|
<abbr title="HTML">HyperText Markup Language</abbr>
|
||||||
|
|
||||||
|
<address>
|
||||||
|
<p>Street</p>
|
||||||
|
<p>Town</p>
|
||||||
|
</address>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<p>Life is like golf.</p>
|
||||||
|
<cite>Unknown</cite>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
|
<kbd>kbd</kbd>
|
||||||
|
|
||||||
|
<p><dfn>Def</dfn>Definition</p>
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
This is multiline,
|
||||||
|
respecting non-br lf.
|
||||||
|
</pre>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>strong</strong></li>
|
<li><strong>strong</strong></li>
|
||||||
<li><em>em</em></li>
|
<li><em>em</em></li>
|
||||||
|
@ -87,6 +109,7 @@
|
||||||
<li><sup>sup</sup></li>
|
<li><sup>sup</sup></li>
|
||||||
<li><mark>mark</mark></li>
|
<li><mark>mark</mark></li>
|
||||||
<li><del>del</del></li>
|
<li><del>del</del></li>
|
||||||
|
<li><ins>ins</ins></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue