MathML HTML

A Simple Integral

This is an example of a simple integral in MathML.

SimpleIntegral.html

<!doctype html>
<html>
  <head>
    <title>XoaX.net's MathML: A Simple Integral Example</title>
  </head>
  <body>
    <p>
      This is a simple integral
      <math display='block'>
      	<mrow>
      		<msubsup>
      			<mo>&int;</mo>
      			<mn>0</mn>
      			<mn>1</mn>
      		</msubsup>
      		<mi>x</mi>
      		<mtext>&nbsp;</mtext>
      		<mi>d</mi>
      		<mi>x</mi>
      	</mrow>
      </math>
    </p>
  </body>
</html>
 

Output

 
 

© 2007–2025 XoaX.net LLC. All rights reserved.