mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
16 lines
446 B
HTML
16 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>mfrac denomalign</title>
|
|
</head>
|
|
<body>
|
|
<div style="position: absolute;">
|
|
<math xmlns="http://www.w3.org/1998/Math/MathML">
|
|
<mfrac denomalign="left" linethickness="0">
|
|
<mspace width="100px" height="20px" mathbackground="red"></mspace>
|
|
<mspace width="50px" height="20px" mathbackground="red"></mspace>
|
|
</mfrac>
|
|
</math>
|
|
</div>
|
|
</body>
|
|
</html>
|