<?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="miScolorscope7.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi fontsize='14pt'>a</mi> 
            <mo color='black'>+</mo> 
            <mstyle fontsize='24pt' color='GREEN'> 
              <mi>a</mi> 
              <mo color='red'>+</mo> 
              <mi color='red'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathsize='14pt'>a</mi> 
            <mo mathcolor='black'>+</mo> 
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
              <mi>a</mi> 
              <mo mathcolor='red'>+</mo> 
              <mi mathcolor='red'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathsize='14pt'>a</mi> 
            <mo mathcolor='black'>+</mo> 
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
              <mi>a</mi> 
              <mo color='red'>+</mo> 
              <mi fontsize='14pt'>a</mi> 
            </mstyle> 
            <mo>+</mo> 
            <mi>a</mi> 
          </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;mi fontsize='14pt'&gt;a&lt;/mi&gt; 
            &lt;mo color='black'&gt;+&lt;/mo&gt; 
            &lt;mstyle fontsize='24pt' color='GREEN'&gt; 
              &lt;mi&gt;a&lt;/mi&gt; 
              &lt;mo color='red'&gt;+&lt;/mo&gt; 
              &lt;mi color='red'&gt;a&lt;/mi&gt; 
            &lt;/mstyle&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi&gt;a&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mi mathsize='14pt'&gt;a&lt;/mi&gt; 
            &lt;mo mathcolor='black'&gt;+&lt;/mo&gt; 
            &lt;mstyle mathsize='24pt' mathcolor='GREEN'&gt; 
              &lt;mi&gt;a&lt;/mi&gt; 
              &lt;mo mathcolor='red'&gt;+&lt;/mo&gt; 
              &lt;mi mathcolor='red'&gt;a&lt;/mi&gt; 
            &lt;/mstyle&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi&gt;a&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mi mathsize='14pt'&gt;a&lt;/mi&gt; 
            &lt;mo mathcolor='black'&gt;+&lt;/mo&gt; 
            &lt;mstyle mathsize='24pt' mathcolor='GREEN'&gt; 
              &lt;mi&gt;a&lt;/mi&gt; 
              &lt;mo color='red'&gt;+&lt;/mo&gt; 
              &lt;mi fontsize='14pt'&gt;a&lt;/mi&gt; 
            &lt;/mstyle&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi&gt;a&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
      &lt;/mtable&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>

