<?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="hexcolors2.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mi color='#f00'>A</mi> 
              <mo>+</mo> 
              <mi color='#0000ff'>A</mi> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mn mathcolor='#f00'>1</mn> 
              <mo>+</mo> 
              <mn mathcolor='#0000ff'>1</mn> 
            </mrow> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mrow> 
              <mn mathbackground='#f00'>1</mn> 
              <mo>+</mo> 
              <mn mathbackground='#0000ff'>1</mn> 
            </mrow> 
          </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;mrow&gt; 
              &lt;mi color='#f00'&gt;A&lt;/mi&gt; 
              &lt;mo&gt;+&lt;/mo&gt; 
              &lt;mi color='#0000ff'&gt;A&lt;/mi&gt; 
            &lt;/mrow&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mrow&gt; 
              &lt;mn mathcolor='#f00'&gt;1&lt;/mn&gt; 
              &lt;mo&gt;+&lt;/mo&gt; 
              &lt;mn mathcolor='#0000ff'&gt;1&lt;/mn&gt; 
            &lt;/mrow&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mrow&gt; 
              &lt;mn mathbackground='#f00'&gt;1&lt;/mn&gt; 
              &lt;mo&gt;+&lt;/mo&gt; 
              &lt;mn mathbackground='#0000ff'&gt;1&lt;/mn&gt; 
            &lt;/mrow&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
      &lt;/mtable&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
