lesson2

HTML

<math xmlns="http://www.w3.org/1998/Math/MathML">
    <mrow>
        <msup><mi>a</mi><mn>2</mn></msup>
        <mo>+</mo>
        <msup><mi>b</mi><mn>2</mn></msup>
        <mo>=</mo>
        <msup><mi>c</mi><mn>2</mn></msup>
    </mrow>
</math>
<math>
    <mrow>
        <mi>A</mi>
        <mo>=</mo>
        <msup>
            <mfenced open="[" close="]">
                <mtable>
                    <mtr>
                        <mtd><mi>x</mi></mtd>
                        <mtd><mi>y</mi></mtd>
                    </mtr>
                    <mtr>
                        <mtd><mi>z</mi></mtd>
                        <mtd><mi>w</mi></mtd>
                    </mtr>
                </mtable>
            </mfenced>
            <mn>-1</mn>
        </msup>
    </mrow>
</math>
<math>
    <mrow>
       <munderover>
          <mo>&#x220f;<!--N-ARY PRODUCT--></mo>
          <mrow><mi>x</mi><mo>=</mo><mi>a</mi></mrow>
          <mi>b</mi>
       </munderover>
       <mrow><mi>f</mi><mo>&#x2061;<!--FUNCTION APPLICATION--></mo><mfenced><mi>x</mi></mfenced></mrow>
    </mrow>    
<math>

CSS

math {
    display:block;
}