<?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="miSfontsize9.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mstyle fontweight='bold' color='#ff0000'> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mi fontweight='normal' fontstyle='italic'>A 
                </mi> 
                <mo>+</mo> 
                <mstyle fontsize='0.1in'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize='2em'>A</mi> 
                  <mo>+</mo> 
                  <mi fontsize='36pt'>A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi fontsize='20mm'>A</mi> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mstyle mathcolor='#ff0000'> 
              <mrow> 
                <mi>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize='0.1in'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='2em'>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='36pt'>A</mi> 
                </mstyle> 
                <mo>+</mo> 
                <mi mathsize='20mm'>A</mi> 
                <mo>+</mo> 
                <mstyle mathsize='big'> 
                  <mi>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='small'>A</mi> 
                  <mo>+</mo> 
                  <mi mathsize='normal'>A</mi> 
                </mstyle> 
              </mrow> 
            </mstyle> 
          </mtd> 
        </mtr> 
      </mtable> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mtable&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mstyle fontweight='bold' color='#ff0000'&gt; 
              &lt;mrow&gt; 
                &lt;mi&gt;A&lt;/mi&gt; 
                &lt;mo&gt;+&lt;/mo&gt; 
                &lt;mi fontweight='normal' fontstyle='italic'&gt;A 
                &lt;/mi&gt; 
                &lt;mo&gt;+&lt;/mo&gt; 
                &lt;mstyle fontsize='0.1in'&gt; 
                  &lt;mi&gt;A&lt;/mi&gt; 
                  &lt;mo&gt;+&lt;/mo&gt; 
                  &lt;mi fontsize='2em'&gt;A&lt;/mi&gt; 
                  &lt;mo&gt;+&lt;/mo&gt; 
                  &lt;mi fontsize='36pt'&gt;A&lt;/mi&gt; 
                &lt;/mstyle&gt; 
                &lt;mo&gt;+&lt;/mo&gt; 
                &lt;mi fontsize='20mm'&gt;A&lt;/mi&gt; 
              &lt;/mrow&gt; 
            &lt;/mstyle&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mstyle mathcolor='#ff0000'&gt; 
              &lt;mrow&gt; 
                &lt;mi&gt;A&lt;/mi&gt; 
                &lt;mo&gt;+&lt;/mo&gt; 
                &lt;mstyle mathsize='0.1in'&gt; 
                  &lt;mi&gt;A&lt;/mi&gt; 
                  &lt;mo&gt;+&lt;/mo&gt; 
                  &lt;mi mathsize='2em'&gt;A&lt;/mi&gt; 
                  &lt;mo&gt;+&lt;/mo&gt; 
                  &lt;mi mathsize='36pt'&gt;A&lt;/mi&gt; 
                &lt;/mstyle&gt; 
                &lt;mo&gt;+&lt;/mo&gt; 
                &lt;mi mathsize='20mm'&gt;A&lt;/mi&gt; 
                &lt;mo&gt;+&lt;/mo&gt; 
                &lt;mstyle mathsize='big'&gt; 
                  &lt;mi&gt;A&lt;/mi&gt; 
                  &lt;mo&gt;+&lt;/mo&gt; 
                  &lt;mi mathsize='small'&gt;A&lt;/mi&gt; 
                  &lt;mo&gt;+&lt;/mo&gt; 
                  &lt;mi mathsize='normal'&gt;A&lt;/mi&gt; 
                &lt;/mstyle&gt; 
              &lt;/mrow&gt; 
            &lt;/mstyle&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
      &lt;/mtable&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
