Wednesday, December 26, 2018

Subscript formatting.

USING Subscript formatting:-


<html>
<body>

<p>This is <sub>subscripted</sub> text.</p>

</body>
</html>

OUTPUT:-

  • This is <sub>subscripted</sub> 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...