subsup.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <html>
  2. <body>
  3. The quick brown fox jumps over the lazy dog H<sub>2</sub>O The quick brown fox jumps over the lazy dog
  4. The quick brown fox jumps over the lazy dog H<sub>2</sub>O The quick brown fox jumps over the lazy dog
  5. The quick brown fox jumps over the lazy dog H<sup><img src="foo.png"></img></sup>O The quick brown fox jumps over the lazy dog
  6. H<sub>The quick brown fox jumps over the lazy dog</sub>O The quick brown <sup>fox <sup>jumps over</sup> the</sup> lazy dog
  7. <br>
  8. The quick brown fox jumps over the lazy dog H<sub>2<sup>4<sup>5</sup></sup></sub>O The quick brown fox jumps over the lazy dog
  9. The quick brown fox jumps over the lazy dog H<sub>2<sup>5</sup></sub>O The quick brown fox jumps over the lazy dog
  10. The quick brown fox jumps over the lazy dog H<sub><img src="foo.png"></sub>O The quick brown fox jumps over the lazy dog
  11. The quick brown fox jumps over the lazy dog H<sub>2<sub>4</sub></sub>O The quick brown fox jumps over the lazy dog
  12. <br>
  13. <br>
  14. <img src="foo.png"><sup>tm</sup>
  15. <br>
  16. 1<sup>2<sup>3<sup><a href="foo.html">link</a></sup></sup></sup>
  17. <br>
  18. x<sup>2</sup> + y<sup>2</sup> = r<sup>2</sup>
  19. <br>
  20. e<sup>sqrt(x<sup>2</sup> + y<sup>2</sup>)</sup>
  21. <br>
  22. log<sub>2</sub>5 = y<sup>3</sup>
  23. <br>
  24. Intel<sup>tm</sup>
  25. <br>
  26. Windows<sup>&copy;</sup>
  27. <br>
  28. tst<sup>test</sup> me
  29. <br>
  30. <br>
  31. <font size=36>tst<sub>tst<sub>tst</sub></sub> me</font>
  32. <br>
  33. </body>
  34. </html>