Programming Code Center(PCC)
[HTML]

(PCC)::[How-to-make-Subscript-formatting-using-the-sub-element-in-HTML]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<body>

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

</body>
</html>

Output :

This is subscripted text.