This is an example of a simple integral in MathML.
<!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>∫</mo>
<mn>0</mn>
<mn>1</mn>
</msubsup>
<mi>x</mi>
<mtext> </mtext>
<mi>d</mi>
<mi>x</mi>
</mrow>
</math>
</p>
</body>
</html>© 20072025 XoaX.net LLC. All rights reserved.