What is the html code for a superscript like if I want to say 3 squared?

Comments

nirenj’s picture

If you are asking about HTML here it is:

Hello <sup>world</sup> will give you Hello world

2<sup>3</sup>=8 will give you 23=8

same way for subscript also use <sub>text</sub> will give you text

Hope it helps.

Thanks.

fsg’s picture

Make sure to enable Input Format = Full HTML if that is not your default!

Tom