<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://swiss.csail.mit.edu/styles/mathml.xsl"?> 
<html xmlns="http://www.w3.org/1999/xhtml">
<body>



<h2>Hi this is some html</h2>

<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>x</mi><mo>+</mo><mn>3</mn><mo>+</mo><mi>y</mi>
</math>

-- and here is some more --

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <msup>
    <msqrt>
      <mrow>
        <mi>a</mi>
        <mo>+</mo>
        <mi>b</mi>

      </mrow>
    </msqrt>
 <mn>27</mn>
  </msup>
</math>


<p>
Here is some content MathML --
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply>
<fn><ci>f</ci></fn>

  <ci>x</ci>
</apply>
</math>

-- and some more --
<math xmlns="http://www.w3.org/1998/Math/MathML">
<apply><root/>
<apply>
<plus/>
  <ci>x</ci>  <ci>y</ci>  <ci>z</ci>

</apply>
</apply>
</math>
</p>


<math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle displaystyle="true"><mfrac><apply><plus /><ci>x</ci><ci>y</ci></apply><apply><plus /><ci>x</ci><ci>z</ci></apply></mfrac></mstyle></math>

<math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle displaystyle="true"><mfrac><apply><plus /><ci>x</ci><ci>y</ci></apply><apply><plus /><ci>x</ci><ci>z</ci></apply></mfrac></mstyle></math>
<h2 align="center">and this is some scheme</h2>
<table border="3" /><tr><td>20</td></tr><tr><td>19</td></tr><tr><td>18</td></tr><tr><td>17</td></tr><tr><td>16</td></tr><tr><td>15</td></tr><tr><td>14</td></tr><tr><td>13</td></tr><tr><td>12</td></tr><tr><td>11</td></tr><tr><td>10</td></tr><tr><td>9</td></tr><tr><td>8</td></tr><tr><td>7</td></tr><tr><td>6</td></tr><tr><td>5</td></tr><tr><td>4</td></tr><tr><td>3</td></tr><tr><td>2</td></tr><tr><td>1</td></tr><tr><td>0</td></tr>

</body>
</html>
