<?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="mnSfont10.png" alt=""/></p>
    <p><b>Your browser's rendering</b>:</p>
    <p>
    <math> 
      <mstyle fontweight='bold'> 
        <mrow> 
          <mn>5</mn> 
          <mo>+</mo> 
          <mn fontweight='bold'>5</mn> 
          <mo>+</mo> 
          <mn fontweight='normal'>5</mn> 
          <mo>+</mo> 
          <mn fontstyle='italic'>5</mn> 
          <mo>+</mo> 
          <mn fontfamily='Helvetica'>5</mn> 
        </mrow> 
      </mstyle> 
    </math>
    </p>
    <p>
      <b>Source Code</b>:</p>
    <pre>
    &lt;math&gt; 
      &lt;mstyle fontweight='bold'&gt; 
        &lt;mrow&gt; 
          &lt;mn&gt;5&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontweight='bold'&gt;5&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontweight='normal'&gt;5&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontstyle='italic'&gt;5&lt;/mn&gt; 
          &lt;mo&gt;+&lt;/mo&gt; 
          &lt;mn fontfamily='Helvetica'&gt;5&lt;/mn&gt; 
        &lt;/mrow&gt; 
      &lt;/mstyle&gt; 
    &lt;/math&gt;
    </pre>
  </body>
</html>

