I want to write code to show different math formulas. I want to make the formula for mean (average) and it is currently ∑n⁄n:
<span class="frac"><sup>∑n</sup><span>⁄</span><sub>n</sub></span>
but this doesn't look very good. I want to make it so that the line is horizontal with text above and below it.
Any ideas on how to do this with just HTML/JS/JQUERY/CSS? I've tried MathJax but it loads then disappears for some reason...