<?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="miAtoken5.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mtable> 
        <mtr> 
          <mtd> 
            <mi> A </mi> 
            <mo>+</mo> 
            <mi fontweight='bold'>A</mi> 
            <mo> + </mo> 
            <mi fontsize='36pt'>A</mi> 
            <mo>+</mo> 
            <mi fontstyle='normal'>A</mi> 
            <mo>+</mo> 
            <mi color='#9c0fff'>A</mi> 
            <mo>+</mo> 
            <mi fontfamily='Helvetica'>A</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script'>A</mi> 
            <mo>+</mo> 
            <mi mathsize='36pt'>A</mi> 
            <mo>+</mo> 
            <mi mathcolor='#9c0fff'>A</mi> 
            <mo>+</mo> 
            <mi mathbackground='blue'>A</mi> 
          </mtd> 
        </mtr> 
        <mtr> 
          <mtd> 
            <mi mathvariant='script' fontweight='bold'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathsize='36pt' fontsize='12pt'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathcolor='#9c0fff' color='red'>A 
            </mi> 
            <mo>+</mo> 
            <mi mathbackground='blue' color='gray'>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&gt; A &lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi fontweight='bold'&gt;A&lt;/mi&gt; 
            &lt;mo&gt; + &lt;/mo&gt; 
            &lt;mi fontsize='36pt'&gt;A&lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi fontstyle='normal'&gt;A&lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi color='#9c0fff'&gt;A&lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi fontfamily='Helvetica'&gt;A&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mi mathvariant='script'&gt;A&lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi mathsize='36pt'&gt;A&lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='#9c0fff'&gt;A&lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi mathbackground='blue'&gt;A&lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
        &lt;mtr&gt; 
          &lt;mtd&gt; 
            &lt;mi mathvariant='script' fontweight='bold'&gt;A 
            &lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi mathsize='36pt' fontsize='12pt'&gt;A 
            &lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi mathcolor='#9c0fff' color='red'&gt;A 
            &lt;/mi&gt; 
            &lt;mo&gt;+&lt;/mo&gt; 
            &lt;mi mathbackground='blue' color='gray'&gt;A 
            &lt;/mi&gt; 
          &lt;/mtd&gt; 
        &lt;/mtr&gt; 
      &lt;/mtable&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
