Custom HTML Pages
Building Web Pages from HTML Editing Applications
While some common editors may include a technique for adding math expressions, the resulting math expressions are often just images of not accessible expressions.
One approach is to use a separate WYSIWYG math editor (i.e., an editing tool with a symbol palette that lets a sighted author select a symbol visually with the mouse and then manipulate the expression until it looks the way you want), and then copy and paste the resulting MathML or LaTeX code from the math editor into your web page.
To do this, include the following code string in the <head> section of your page:
<script type=”text/javascript” src=”http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML (Links to an external site.)”></script>
Updated 4.22.2025