对于子脚本中,我们将使用 <sub> 标签, 如你所见
html<p>This is a <sub>subscript text</sub></p>
This is a subscript text
与超级脚本标签一样,子脚本标签可以用来写数学表达式。 不过,我们大多数发现它在化学公式里。
html<p>
H<sub>2</sub>0 - Water<br />
O<sub>2</sub> - Oxygen<br />
CO<sub>2</sub> - Carbon dioxide<br />
H<sub>2</sub>SO<sub>4</sub> - Sulfuric acid
</p>
H20 - Water
O2 - Oxygen
CO2 - Carbon dioxide
H2SO4 - Sulfuric acid
正如你可以上面给出的例子中看到的,它的使用是非常实际的。