ZVON > References > MathML Reference

Go to Standard
Element:mo
Attributes:accent | class | color | fence | fontfamily | fontsize | fontstyle | fontweight | form | id | largeop | lspace | mathbackground | mathcolor | mathsize | mathvariant | maxsize | minsize | movablelimits | other | rspace | separator | stretchy | style | symmetric | 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
---
<mo> + </mo>
<mo> &lt; </mo>
<mo> &le; </mo>
<mo> &lt;= </mo>
<mo> ++ </mo>
<mo> &sum; </mo>
<mo> .NOT. </mo>
<mo> and </mo>
<mo> &InvisibleTimes; </mo>
<mo mathvariant="bold"> + </mo>
XHTML documentMathML Source
---
<mrow>
     <mo> ( </mo>
     <mrow>
          <mi> a </mi>
          <mo> + </mo>
          <mi> b </mi>
     </mrow>
     <mo> ) </mo>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mo> [ </mo>
     <mrow>
          <mn> 0 </mn>
          <mo> , </mo>
          <mn> 1 </mn>
     </mrow>
     <mo> ) </mo>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mi> f </mi>
     <mo> &ApplyFunction; </mo>
     <mrow>
          <mo> ( </mo>
          <mrow>
               <mi> x </mi>
               <mo> , </mo>
               <mi> y </mi>
          </mrow>
          <mo> ) </mo>
     </mrow>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mi> x </mi>
     <mo> &InvisibleTimes; </mo>
     <mi> y </mi>
</mrow>
<mrow>
     <mi> f </mi>
     <mo> &ApplyFunction; </mo>
     <mrow>
          <mo> ( </mo>
          <mi> x </mi>
          <mo> ) </mo>
     </mrow>
</mrow>
<mrow>
     <mi> sin </mi>
     <mo> &ApplyFunction; </mo>
     <mi> x </mi>
</mrow>
<msub>
     <mi> m </mi>
     <mrow>
          <mn> 1 </mn>
          <mo> &InvisibleComma; </mo>
          <mn> 2 </mn>
     </mrow>
</msub>
XHTML documentMathML Source
---
<mfrac>
     <mo> &DifferentialD; </mo>
     <mrow>
          <mo> &DifferentialD; </mo>
          <mi> x </mi>
     </mrow>
</mfrac>
XHTML documentMathML Source
---
<mrow>
     <munder>
          <mo> ( </mo>
          <mo> &UnderBar; </mo>
     </munder>
     <mfrac>
          <mi> a </mi>
          <mi> b </mi>
     </mfrac>
     <mover>
          <mo> ) </mo>
          <mo> &OverBar; </mo>
     </mover>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mo maxsize="1"> ( </mo>
     <mfrac>
          <mi> a </mi>
          <mi> b </mi>
     </mfrac>
     <mo maxsize="1"> ) </mo>
</mrow>
XHTML documentMathML Source
---
<mrow>
     <mi> x </mi>
     <munder>
          <mo> &RightArrow; </mo>
          <mtext> maps to </mtext>
     </munder>
     <mi> y </mi>
</mrow>