ZVON > References > MathML Reference

Go to Standard
Element:mn
Attributes:class | color | fontfamily | fontsize | fontstyle | fontweight | id | mathbackground | mathcolor | mathsize | mathvariant | other | style | xlink:href | xref |
Parents:apply | bvar | ci | cn | condition | csymbol | declare | degree | domainofapplication | fn | interval | lambda | list | logbase | lowlimit | maction | math | matrix | matrixrow | menclose | merror | mfenced | mfrac | mlabeledtr | mmultiscripts | momentabout | mover | mpadded | mphantom | mroot | mrow | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtr | munder | munderover | otherwise | piece | reln | semantics | set | uplimit | vector |
Children:malignmark | mglyph |

Examples:

XHTML documentMathML Source
---
<mn> 2 </mn>
<mn> 0.123 </mn>
<mn> 1,000,000 </mn>
<mn> 2.1e10 </mn>
<mn> 0xFFEF </mn>
<mn> MCMLXIX </mn>
<mn> twenty one </mn>
XHTML documentMathML Source
---
<mrow>
     <mn> 2 </mn>
     <mo> + </mo>
     <mrow>
          <mn> 3 </mn>
          <mo> &InvisibleTimes; </mo>
          <mi> &ImaginaryI; </mi>
     </mrow>
</mrow>
<mfrac>
     <mn> 1 </mn>
     <mn> 2 </mn>
</mfrac>
<mi> &pi; </mi>
<mi> &ExponentialE; </mi>