<?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="miScolorname6.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
            <mo color='black'>+</mo> 
            <mi color='GREEN'>B</mi> 
            <mo color='Silver'>+</mo> 
            <mi color='Lime'>C</mi> 
            <mo color='Gray'>+</mo> 
            <mstyle background='#fff'> 
              <mrow> 
                <mi color='OLIVE'>D</mi> 
                <mo color='white'>+</mo> 
                <mi color='Yellow'>E</mi> 
              </mrow> 
            </mstyle> 
            <mo color='Maroon'>+</mo> 
            <mi color='Navy'>F</mi> 
            <mo color='Red'>+</mo> 
            <mi color='Blue'>G</mi> 
            <mo color='Purple'>+</mo> 
            <mi color='Teal'>H</mi> 
            <mo color='Fuchsia'>+</mo> 
            <mi color='Aqua'>I</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi>A</mi> 
            <mo mathcolor='black'>+</mo> 
            <mi mathcolor='GREEN'>B</mi> 
            <mo mathcolor='Silver'>+</mo> 
            <mi mathcolor='Lime'>C</mi> 
            <mo mathcolor='Gray'>+</mo> 
            <mstyle mathbackground='#fff'> 
              <mrow> 
                <mi mathcolor='OLIVE'>D</mi> 
                <mo mathcolor='white'>+</mo> 
                <mi mathcolor='Yellow'>E</mi> 
              </mrow> 
            </mstyle> 
            <mo mathcolor='Maroon'>+</mo> 
            <mi mathcolor='Navy'>F</mi> 
            <mo mathcolor='Red'>+</mo> 
            <mi mathcolor='Blue'>G</mi> 
            <mo mathcolor='Purple'>+</mo> 
            <mi mathcolor='Teal'>H</mi> 
            <mo mathcolor='Fuchsia'>+</mo> 
            <mi mathcolor='Aqua'>I</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&gt;A&lt;/mi&gt; 
            &lt;mo color='black'&gt;+&lt;/mo&gt; 
            &lt;mi color='GREEN'&gt;B&lt;/mi&gt; 
            &lt;mo color='Silver'&gt;+&lt;/mo&gt; 
            &lt;mi color='Lime'&gt;C&lt;/mi&gt; 
            &lt;mo color='Gray'&gt;+&lt;/mo&gt; 
            &lt;mstyle background='#fff'&gt; 
              &lt;mrow&gt; 
                &lt;mi color='OLIVE'&gt;D&lt;/mi&gt; 
                &lt;mo color='white'&gt;+&lt;/mo&gt; 
                &lt;mi color='Yellow'&gt;E&lt;/mi&gt; 
              &lt;/mrow&gt; 
            &lt;/mstyle&gt; 
            &lt;mo color='Maroon'&gt;+&lt;/mo&gt; 
            &lt;mi color='Navy'&gt;F&lt;/mi&gt; 
            &lt;mo color='Red'&gt;+&lt;/mo&gt; 
            &lt;mi color='Blue'&gt;G&lt;/mi&gt; 
            &lt;mo color='Purple'&gt;+&lt;/mo&gt; 
            &lt;mi color='Teal'&gt;H&lt;/mi&gt; 
            &lt;mo color='Fuchsia'&gt;+&lt;/mo&gt; 
            &lt;mi color='Aqua'&gt;I&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mi&gt;A&lt;/mi&gt; 
            &lt;mo mathcolor='black'&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='GREEN'&gt;B&lt;/mi&gt; 
            &lt;mo mathcolor='Silver'&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='Lime'&gt;C&lt;/mi&gt; 
            &lt;mo mathcolor='Gray'&gt;+&lt;/mo&gt; 
            &lt;mstyle mathbackground='#fff'&gt; 
              &lt;mrow&gt; 
                &lt;mi mathcolor='OLIVE'&gt;D&lt;/mi&gt; 
                &lt;mo mathcolor='white'&gt;+&lt;/mo&gt; 
                &lt;mi mathcolor='Yellow'&gt;E&lt;/mi&gt; 
              &lt;/mrow&gt; 
            &lt;/mstyle&gt; 
            &lt;mo mathcolor='Maroon'&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='Navy'&gt;F&lt;/mi&gt; 
            &lt;mo mathcolor='Red'&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='Blue'&gt;G&lt;/mi&gt; 
            &lt;mo mathcolor='Purple'&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='Teal'&gt;H&lt;/mi&gt; 
            &lt;mo mathcolor='Fuchsia'&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='Aqua'&gt;I&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
      &lt;/mtable&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>

