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, 1207🔥, 0💬
Popular Posts:
How to download Mozilla Firefox 2.0? If you want to try Mozilla Firefox 2.0, you can follow this tut...
How to view dynamic field codes in Microsoft Word? Each dynamic value is Microsoft Word is driven by...
How to join a team in Microsoft Teams? My manager told me we are using Microsoft Teams service. In o...
How to view the document.xml file with a Web browser? Since the document.xml file contains text cont...
What are control codes used in Microsoft Word that can be used in the Find and Replace command? Here...