(PCC)::[How-to-make-Subscript-formatting-using-the-sub-element-in-HTML]::[html]
<!DOCTYPE html> <html> <body> <p>This is <sub>subscripted</sub> text.</p> </body> </html>
This is subscripted text.