Introduction to HTML/XHTML

XHTML and other Namespaces

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>A Math Example</title>
  </head>
  <body>
    <math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
      <mo>&Integral;</mo>
      <msup><mi>e</mi> <mi>x</mi></msup>
      <mi>dx</mi><mo>=</mo>
      <msup><mi>e</mi> <mi>x</mi></msup>
    </math> 
  </body>
</html>

José M. Vidal .

17 of 19