<sup></sup> html code code example
Example: html sup
<p>This text contains <sup>superscript</sup> text.</p>
<style>
/* Default CSS : */
sup {
vertical-align: super;
font-size: smaller;
}
</style>
<p>This text contains <sup>superscript</sup> text.</p>
<style>
/* Default CSS : */
sup {
vertical-align: super;
font-size: smaller;
}
</style>