Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
What Is MathML (Mathematical Markup Language)
What Is MathML (Mathematical Markup Language)?
✍: FYIcenter.com
MathML (Mathematical Markup Language) is an XML-based language
for describing mathematical notations and capturing both its structure and content.
The MathML specification is an open standard developed by the w3.org. See the latest version at https://www.w3.org/TR/MathML/.
Main features of MathML are:
Here is a MathML example to represent the Quadratic Formula:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>x</mi> <mo>=</mo>
<mfrac>
<mrow>
<mrow><mo>-</mo><mi>b</mi></mrow>
<mo>±</mo>
<msqrt>
<mrow>
<msup><mi>b</mi><mn>2</mn></msup>
<mo>-</mo>
<mrow>
<mn>4</mn><mo>⁢</mo>
<mi>a</mi><mo>⁢</mo>
<mi>c</mi>
</mrow>
</mrow>
</msqrt>
</mrow>
<mrow>
<mn>2</mn><mo>⁢</mo>
<mi>a</mi>
</mrow>
</mfrac>
</mrow>
</math>
The above MathML structure will be rendered in Web browser as:
⇒ Insert MathML Element in HTML Documents
⇐ Introduction to MathML (Mathematical Markup Language)
2025-10-14, 1195🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions in general understanding of Microsoft 365? Here ...
How to remove Microsoft Teams form my Windows 7 system? I don't want it any more. You can remove Mic...
What is Microsoft Office 365? Office 365 is a cloud service offered by Microsoft that provide produc...
How to login to outlook.office365.com with a Browser? I have a company email account on Office365. I...
Where does Mozilla Firefox 50.1 store download files? When you download files from Websites, Mozilla...