mfrac-A-6.html 496 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>mfrac numalign</title>
  5. </head>
  6. <body>
  7. <div style="position: absolute;">
  8. <math xmlns="http://www.w3.org/1998/Math/MathML">
  9. <mfrac linethickness="0">
  10. <mpadded width="100px" lspace="0px">
  11. <mspace width="50px" height="20px" mathbackground="red"></mspace>
  12. </mpadded>
  13. <mspace width="100px" height="20px" mathbackground="red"></mspace>
  14. </mfrac>
  15. </math>
  16. </div>
  17. </body>
  18. </html>