1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<p>This <abbr title="It is, yes">is some</abbr> text.</p>
<p>There <em><abbr title="It is, yes">is some</abbr> real</em> concern about <abbr title="This & that">OtHeR!</abbr></p>
<p><abbr title="It is, yes">is some</abbr> Think <abbr>empty</abbr> about <abbr title="Very nice country">Oesterreich</abbr>. <abbr title="Cascading">CSS</abbr> und <abbr title="Cascading 3">CSS3</abbr></p>
<p>no abbrev here because there is someone and kulis some</p>
<ul>
<li><abbr title="(eXtensible) HyperText Markup Language">(X)HTML</abbr> test</li>
<li>line two</li>
</ul>
<p><a href="http://en.wikipedia.org/wiki/Xhtml"><abbr title="(eXtensible) HyperText Markup Language">(X)HTML</abbr></a></p>
<ul>
<li>test <abbr title="(eXtensible) HyperText Markup Language">(X)HTML</abbr></li>
</ul>
<p>This is <abbr class="testit test" title="Some text here">awesome</abbr>.</p>
<p>hello <abbr title="baz">foo bar</abbr> babble.</p>
<p>hello <abbr title="baz">foo
bar</abbr> babble.</p>
|