Write a program for Superscript in Html

 Write a program for Superscript in Html

Name of Program - Program to display Superscript.

Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.

Code Input- 

<!DOCTYPE html>

<html>

   <head>

      <title>Superscript Text Example</title>

   </head>

   <body>

      <p>The following word uses a <sup>superscript</sup> typeface.</p>

   </body>

</html

Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc

Code View -

The following word uses a superscript typeface.

No comments

Plz.... Don't enter any spam message