Font Control for Mathmatical Equations
Is it possible to print exponents on a web page so that an equation such as
x^2-3x+8=0 would appear as it does in a mathbook with the exponent smaller.
Can the exponent be printed in a different color, say red?
<sup> </sup> does a superscript. you can make the color anything you want in
a variety of ways including style sheets or <font> which is deprecated or
will be.
|