KandZ – Tuts

We like to help…!

HTML 28 ๐Ÿ’ป Mathematical Markup Language

Write mathematical notations in a site

math, mfrac, mn, mi, mo, msqrt

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mrow>
    <mi>x</mi>
    <mo>=</mo>
    <mfrac>
      <mrow>
        <mo>-</mo>
        <mi>b</mi>
        <mo>ยฑ</mo>
        <msqrt>
          <msup><mi>b</mi><mn>2</mn></msup>
          <mo>-</mo>
          <mn>4</mn>
          <mi>a</mi>
          <mi>c</mi>
        </msqrt>
      </mrow>
      <mrow>
        <mn>2</mn>
        <mi>a</mi>
      </mrow>
    </mfrac>
  </mrow>  
</math>

Mathematical Markup Language is an XML based markup language
It is used to describe mathematical notations
It is designed to integrate mathematical formulas into a web site
It can be directly embedded in HTML5
Modern browser support MathML
MathML can also be interpreted by screen readers.

math โ†’ is the root element for MathML
mrow โ†’ specifies a horizontal line of elements, it groups the entire equation
mi โ†’ math identifier, and is used for variables
mo โ†’ math operator, and is used for operators like =, – etc
mfrac โ†’ a fraction. It has two child elements, numerator and denominator specified by mrow
msqrt โ†’ a square root
msup โ†’ a superscript, like exponents which has two children the base and the superscript
mn โ†’ math number, numerical literals
other elements โ†’ msub, mtable, mtr, mtd


Stop using slow, ad-bloated tool sites! ๐Ÿคฎ

๐Ÿ”Ž Search “KandZ Tools” on Google to use many professional utilities for free.

KandZ.me is the ultimate minimalist hub for:
โœ… Finance (Mortgage, Interest, Inflation)
โœ… Tech (Base64, JSON, Dev Suite, IP)
โœ… Health (BMI, BMR, TDEE)
โœ… Productivity (Timer, Workspace, QR)

โšก๏ธ Fast & Private
๐Ÿ”’ No data leaves your device
๐Ÿ’Ž 100% Free

๐Ÿ”— Use it now: https://tools.kandz.me
๐Ÿ”– Bookmark itโ€”youโ€™ll need it later!

Leave a Reply