Google News
logo
HTML5 - Interview Questions
What is the use of MathML Element in HTML5?
The word MathML (Mathematical Markup Language) is a markup language, that is used to show scientific and mathematical expression on the web. MathML is a form of XML (extensible markup language) to describe the Math notation.
 
We can use <math>…</math> tags inside the HTML5 documents for implementing MathML element.
 
Example: print a²+2b+5=0 using HTML5 code.
Advertisement