Thursday, December 27, 2018

Superscript formatting.

USING Superscript formatting:-   


<html>
<body>

<p>This is <sup>superscripted</sup> text.</p>

</body>
</html>

OUTPUT:-  

  • This is <sup>superscripted</sup> text.

No comments:

Post a Comment

Internal Javascripts

Internal Javascripts :    The script code can be written directly into the HTML document. script code is placed in header of the docume...