1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/test/subsup.html
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

12 lines
386 B
HTML

<html>
<body>
<h1 align="center">sub/sup test</h1>
<p>
bah, let's see.. <sup>this is a superscript</sup>hm?<sub>and this is a subscript</sub>. Yes.
Let's try.. 2<sup>2<sup>2<sup>2</sup></sup></sup>.. no, we don't handle this well, but it shouldn't
be so big problem, I think.. What about <sub>sub<sup>sup</sup>sub</sub>..? And, hmm.. this should
do it, I hope :-).
</p>
</body>
</html>