To create simple fractions, we can use the mfrac element, as we do here.
<!doctype html>
<html>
<head>
<title>XoaX.net's MathML: mfrac Tag Example Fraction</title>
</head>
<body>
<p>
The value
<math>
<mfrac>
<mn>3</mn>
<mn>4</mn>
</mfrac>
</math>
is less than 1.
</p>
</body>
</html>© 20072025 XoaX.net LLC. All rights reserved.