W3School TIY
编辑您的代码:
<html> <body> <p> This text contains <sub>subscript</sub> </p> <p> This text contains <sup>superscript</sup> </p> </body> </html>
查看结果: