HTML sup Tag

Last Updated : 3 Apr, 2026

The <sup> tag in HTML describes the text as a superscript text. Here the text is above the baseline of the text and that text appears in a smaller font.

Syntax:

<sup> Content... </sup>

Example 1: 

html
<!DOCTYPE html> 
<html> 
    <head> 
        <title></