<?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="msAtoken5.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mrow> 
        <ms>dog</ms> 
        <mo>+</mo> 
        <ms fontweight='bold' fontstyle='normal'>cat 
        </ms> 
        <mo>+</mo> 
        <ms fontweight='normal' fontstyle='normal'>pig 
        </ms> 
        <mo>+</mo> 
        <ms fontfamily='Helvetica' color='#00ff00'>fish 
        </ms> 
        <mo>+</mo> 
        <ms fontsize='36pt'>&#x003BA;&#x003B1;&#x003C4; 
        </ms> 
        <mo>+</mo> 
        <ms fontweight='bold' fontstyle='normal'>goat 
        </ms> 
      </mrow> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mrow&gt; 
        &lt;ms&gt;dog&lt;/ms&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;ms fontweight='bold' fontstyle='normal'&gt;cat 
        &lt;/ms&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;ms fontweight='normal' fontstyle='normal'&gt;pig 
        &lt;/ms&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;ms fontfamily='Helvetica' color='#00ff00'&gt;fish 
        &lt;/ms&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;ms fontsize='36pt'&gt;&amp;#x003BA;&amp;#x003B1;&amp;#x003C4; 
        &lt;/ms&gt; 
        &lt;mo&gt;+&lt;/mo&gt; 
        &lt;ms fontweight='bold' fontstyle='normal'&gt;goat 
        &lt;/ms&gt; 
      &lt;/mrow&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>
