<sup> tag html code example
Example 1: html sup
<p>This text contains <sup>superscript</sup> text.</p>
<style>
/* Default CSS : */
sup {
vertical-align: super;
font-size: smaller;
}
</style>
Example 2: html sup tag
<h1><span>Your</span>App<sup>TM</sup></h1>