Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
  mrow { color: red; }
  mrow:link { margin: 10px; color: green; }
  mtext { font: 25px/1 Ahem; }
</style>
<math>
  <mfrac>
    <mrow id="mrow" width="50px" height="50px" style="background: blue"
          href="about:blank">
      <mtext>XXX</mtext>
    </mrow>
    <mtext>XXX</mtext>
  </mfrac>
</math>