📜  如何在 HTML5 中定义下标文本?

📅  最后修改于: 2021-10-29 04:29:14             🧑  作者: Mango

在本文中,我们通过使用 Document 中的sub元素来定义 HTML 中的下标文本。该标签用于向 HTML 文档添加下标文本。 标签定义下标文本。下标文本出现在法线下方半个字符处,有时以较小的字体呈现。下标文本可用于化学式,例如将 H2O 写为 H2O。
句法:

 ----- content--- 

示例 1:

 
 
  

    

GeeksForGeeks

    

How to define subscripted Text

    

Testing subscript text

      

Testing superscript text

                            

输出:

示例 2:

 
 
  
 
     
 
  
 
    

A sub element is displayed like this

      

This text contains subscript text

      

Change the default CSS settings to see the effect.

        

输出: