<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title> W3C MathML TestSuite for CSS, Version 2: math1</title>
  <link rel='stylesheet' type="text/css" href="../../../../style/mathml.css"/>
</head>
  <body>
    <p><b>Image</b>:</p>
    <p><img src="mnSscriptlevel11.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mrow> 
        <mstyle scriptlevel='+1'> 
          <mrow> 
            <mn>5</mn> 
            <mo>+</mo> 
            <mn fontweight='bold'>3</mn> 
            <mo>+</mo> 
            <mn fontstyle='normal'>12.3</mn> 
            <mo>+</mo> 
            <mn fontfamily='Helvetica' color='#009900'>10000 
            </mn> 
            <mo>+</mo> 
            <mn fontsize='36pt'>0.01</mn> 
            <mo>+</mo> 
            <mn fontweight='bold' fontstyle='normal'>2 
            </mn> 
          </mrow> 
        </mstyle> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>3</mn> 
          <mo>+</mo> 
          <mn fontstyle='normal'>12.3</mn> 
          <mo>+</mo> 
          <mn fontfamily='Times' color='#009900'>10000 
          </mn> 
          <mo>+</mo> 
          <mn fontsize='36pt'>0.01</mn> 
          <mo>+</mo> 
          <mn fontweight='bold' fontstyle='normal'>2 
          </mn> 
        </mrow> 
      </mrow> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mrow&gt; 
        &lt;mstyle scriptlevel='+1'&gt; 
          &lt;mrow&gt; 
            &lt;mn&gt;5&lt;/mn&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mn fontweight='bold'&gt;3&lt;/mn&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mn fontstyle='normal'&gt;12.3&lt;/mn&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mn fontfamily='Helvetica' color='#009900'&gt;10000 
            &lt;/mn&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mn fontsize='36pt'&gt;0.01&lt;/mn&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mn fontweight='bold' fontstyle='normal'&gt;2 
            &lt;/mn&gt; 
          &lt;/mrow&gt; 
        &lt;/mstyle&gt; 
        &lt;mrow&gt; 
          &lt;mn&gt;5&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontweight='bold'&gt;3&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontstyle='normal'&gt;12.3&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontfamily='Times' color='#009900'&gt;10000 
          &lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontsize='36pt'&gt;0.01&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontweight='bold' fontstyle='normal'&gt;2 
          &lt;/mn&gt; 
        &lt;/mrow&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
