47 lines
997 B
HTML
47 lines
997 B
HTML
<p>Das ist gewöhnlich <em>ein</em> <a href="http://example.org">Über-Problem</a> mit manchen<br />
|
|
Sälen <a href="http://example.org">http://example.org</a> und <span id="test">anderen Dinge</span>. Siehe
|
|
<img src="http://example.org" alt="Über mich" />!</p>
|
|
|
|
<blockquote class="test">
|
|
<p>Vielleicht <em class="red">höre</em> ich nicht richtig?</p>
|
|
</blockquote>
|
|
|
|
<ul>
|
|
<li>Sollten wir uns das überl<em>egen</em>? <em>Verhöhne</em> mich nicht!</li>
|
|
<li>Ho ho höher! Sind *wir* da?</li>
|
|
</ul>
|
|
|
|
<h1>Titel sind urschön</h1>
|
|
|
|
<h2 id="hot">Manche mögens <em>ärmer</em></h2>
|
|
|
|
<pre><code>öha
|
|
was nun?
|
|
</code></pre>
|
|
|
|
<dl>
|
|
<dt>Töne</dt>
|
|
<dd>Laute Geräusche</dd>
|
|
<dd>vielleicht noch was ä<em>hnliches</em></dd>
|
|
</dl>
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>hoch</th>
|
|
<th>höher</th>
|
|
<th>am höchsten</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>über</td>
|
|
<td>drüber</td>
|
|
<td>müde</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<p>Das ist schön
|
|
gemacht</p>
|