mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
14 lines
532 B
HTML
14 lines
532 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>
|
|
<sub>sub<sub>sub<sup>sup<sup>sup</sup><sub>sub</sub></sup></sub></sub><br>
|
|
<sub>sub<sub>sub</sub></sub><sup>sup<sup>sup</sup></sup><sub>sub</sub>
|
|
</body>
|
|
</html>
|