MathML HTML

A Simple Fraction

To create simple fractions, we can use the mfrac element, as we do here.

SimpleFraction.html

<!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>
 

Output

 
 

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