How to represent mathematical expression in HTML

1 Answer

0 votes
<!DOCTYPE html>
<html>
<body>

<p>Mass–energy equivalence: <var>E</var> = <var>mc</var><sup>2</sup></p>

</body>
</html>


Run:

Mass–energy equivalence: E = mc2

 



answered Dec 30, 2018 by avibootz
...