+ 1
How to write maths equation in html language?
I want to write square root of b square minus 4 a c.
3 Respostas
+ 9
use the <sub> & <sup> tags
<sub> - used for downscript
<sup> - used for upscript
+ 2
Here's a working code:
https://code.sololearn.com/W96RxkCGpkNM/?ref=app