blob: ebedef7691c6201d7e385c895c8eb6e358d0832b [file] [log] [blame]
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Subscripts</title>
</head>
<body>
<p id='t1'>text
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<msub><mi>x</mi><mn>1</mn></msub>
</math>
</p>
<p>
text
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<msub>
<mo>+</mo>
<mi>x</mi>
</msub>
</math>
</p>
<p>
text
<math xmlns='http://www.w3.org/1998/Math/MathML'>
<msub>
<mo></mo>
<mi>Y</mi>
</msub>
</math>
</p>
</body>
</html>