源代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>编程字典</title> </head> <body> <p>这些文本包含 <sub>小标</sub> 文本.</p> <p>这些文本包含 <sup>上标</sup> 文本.</p> </body> </html>
运行结果