Computer Science, asked by harshjodge, 7 months ago

Create a webpage using superscript tag of HTML​

Answers

Answered by AlastorMadEyeMoody
1

Answer:

<sup>content</sup>

Explanation:

use the above tag and replace content with the text you want super scripted.

e.g. if you write

<sup>23</sup>

it will be displayed as ²³

Similar questions