<applet id="mathador" align="middle" code="mathador/MathWebViewer.class" archive="../software/mathador_unsigned.jar" width="139" height="51">
<param name="mathml_dtd" value="http://put_server_host_ip_address_here/mathador/software/mathml_dtd/mathml2/mathml2.dtd"/>
<param name="source_string" value="
<math>
<mrow>
<mi fontstyle='italic'>f</mi>
<mo color='blue'>(</mo>
<mi fontstyle='italic'>x</mi>
<mo color='blue'>)</mo>
</mrow>
<mo color='blue'>=</mo>
<mrow>
<mrow>
<mi fontstyle='italic' color='red'>a</mi>
<mo>⁢</mo>
<msup>
<mi fontstyle='italic'>x</mi>
<mn>2</mn>
</msup>
</mrow>
<mo color='blue'>+</mo>
<mrow>
<mi fontstyle='italic' color='red'>b</mi>
<mo>⁢</mo>
<mi fontstyle='italic'>x</mi>
</mrow>
<mo color='blue'>+</mo>
<mi fontstyle='italic' color='red'>c</mi>
</mrow>
</math>
"/>
</applet>
The parameter source_string specifies the MathML code of the expression. This is a technique for embedding MathML into HTML pages.