Answers for "sup tag in html"

0

html sup

<p>This text contains <sup>superscript</sup> text.</p>
<style>
  /* Default CSS : */
  sup {
      vertical-align: super;
      font-size: smaller;
  }
</style>
Posted by: Guest on March-14-2021
0

html sup tag

<h1><span>Your</span>App<sup>TM</sup></h1>
Posted by: Guest on August-18-2020

Browse Popular Code Answers by Language