| <!doctype html> | |
| <html> | |
| <head> | |
| <title>scripts</title> | |
| <meta charset="utf-8"/> | |
| <style> | |
| math { | |
| font-family: Ahem; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div> | |
| <math> | |
| <msub> | |
| <mn>1</mn> | |
| <mn>2</mn> | |
| </msub> | |
| <msup> | |
| <mn>1</mn> | |
| <mn>2</mn> | |
| </msup> | |
| <msubsup> | |
| <mn>1</mn> | |
| <mn>2</mn> | |
| <mn>3</mn> | |
| </msubsup> | |
| </math> | |
| </div> | |
| </body> | |
| </html> |