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!