To raise text in HTML we can use the HTML superscript tag .

text

Let’s say I have the following HTML:

Today is December 3rd

If we want to raise the “rd” in 3rd, we can do this using the HTML superscript tag .

Today is December 3rd

This would result in the following code:

Today is December 3rd

Categorized in:

HTML,

Last Update: March 20, 2024