Additional Resources
More information on MathML - Mathematical Markup Language 1.01 Specification.
View WAI Checkpoint 3.1 - When an appropriate markup language exists, use markup rather than images to convey information.
NOTE: Because your web browser does not support web standards, you will only
be able to view the content in a linearized format. To use this site to it's
fullest, you may wish to upgrade to a browser that supports web standards.
Additional Resources
More information on MathML - Mathematical Markup Language 1.01 Specification.
View WAI Checkpoint 3.1 - When an appropriate markup language exists, use markup rather than images to convey information.
Priority 2 Item 1
When an appropriate markup language exists, use markup rather
than graphics to convey information. For example, use MathML to mark
up mathematical equations instead of using graphics to represent symbols.
Example
The HTML
<math>
<msup><mi>x</mi><mn>2</mn></msup>
</math>
<math type="text/mathml-rendererB">
<mi>α</mi><mo>=</mo><mn>0.4</mn>
</math>