File: subsup.html

package info (click to toggle)
elinks 0.12~pre6-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 19,808 kB
  • ctags: 11,372
  • sloc: ansic: 96,761; sh: 5,272; python: 3,878; perl: 2,175; makefile: 1,059; pascal: 924; yacc: 295; lisp: 125; ruby: 70; awk: 65
file content (13 lines) | stat: -rw-r--r-- 532 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>