mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
15 lines
327 B
HTML
15 lines
327 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>mfrac numalign</title>
|
|
</head>
|
|
<body>
|
|
<math>
|
|
<mfrac style="font-size: 300%" numalign="left">
|
|
<mi>x</mi>
|
|
<mrow><mn>a</mn><mo>+</mo><mn>b</mn><mo>+</mo><mn>c</mn><mo>+</mo><mn>d</mn><mo>+</mo><mn>e</mn></mrow>
|
|
</mfrac>
|
|
</math>
|
|
</body>
|
|
</html>
|