css 里,vertical-align 属性值中的 super 和 sub 可以将其定位到上标和下标的位置,其文字大小和样式,需要使用 font-size 来设置。
HTML中上标、下标使用<sup></sup>标记
我们通常用于「呼吸作用[1]」和幂的指数「an」,如例
| <p>Calculate: 8<sup>3</sup> ÷ 8<sup>2</sup></p>| <p>Cellular respiration<sup>[1]</sup> is very important to all living things.</p>