+ 2
how can you write x raise to a power in HTML please help me I am so confuse
how to express a letter to a power in html
3 Respuestas
+ 3
Math.pow() in JS
+ 3
George S Mulbah If you are referring to superscripted text, use <sup> tag.
Here's a sample code:
https://code.sololearn.com/WV4sUSBMh0hE/?ref=app
+ 1
thank Mert Yazici I already appreciate all you guys