| <html xmlns='http://www.w3.org/1999/xhtml'> | |
| <head> | |
| <title>Token Elements</title> | |
| <style type='text/css'> | |
| </style> | |
| </head> | |
| <body> | |
| <p id='t1'>Following elements should use a regular font: | |
| <math xmlns='http://www.w3.org/1998/Math/MathML'> | |
| <mn>1</mn> | |
| <mo>∇</mo> | |
| <mtext>text</mtext> | |
| <ms>&</ms> | |
| </math> | |
| </p> | |
| <p id='t2'>Following element should be in italic: | |
| <math xmlns='http://www.w3.org/1998/Math/MathML'> | |
| <mi>x</mi> | |
| </math> | |
| </p> | |
| </body> | |
| </html> |