ZVON > References > MathML Reference

Go to Standard
Element:mlabeledtr
Attributes:class | columnalign | groupalign | id | other | rowalign | 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:apply | ci | cn | complexes | csymbol | declare | emptyset | eulergamma | exponentiale | false | fn | imaginaryi | infinity | integers | interval | lambda | list | maction | maligngroup | malignmark | matrix | matrixrow | menclose | merror | mfenced | mfrac | mi | mlabeledtr | mmultiscripts | mn | mo | mover | mpadded | mphantom | mprescripts | mroot | mrow | ms | mspace | msqrt | mstyle | msub | msubsup | msup | mtable | mtd | mtext | mtr | munder | munderover | naturalnumbers | none | notanumber | pi | piecewise | primes | rationals | reals | reln | semantics | set | true | vector |

Examples:

XHTML documentMathML Source
---
<mtable>
     <mlabeledtr id="e-is-m-c-square">
          <mtd>
               <mtext> (2.1) </mtext>
          </mtd>
          <mtd>
               <mrow>
                    <mi>E</mi>
                    <mo>=</mo>
                    <mrow>
                         <mi>m</mi>
                         <mo>&it;</mo>
                         <msup>
                              <mi>c</mi>
                              <mn>2</mn>
                         </msup>
                    </mrow>
               </mrow>
          </mtd>
     </mlabeledtr>
</mtable>