📜  HTML | DOM 上标对象

📅  最后修改于: 2021-11-07 07:42:43             🧑  作者: Mango

HTML DOM 中的上标对象用于表示 HTML 元素。可以使用 getElementById() 访问上标元素。
句法:

document.getElementById("id") 

其中 id 分配给 标签。
例子 :

html


    
        
            HTML DOM superscript Object
        
    
     
    
     
        

            GeeksForGeeks         

                  

DOM superscript Object

           

Acomputer science         portal for geeks.

                                                


html


    
        
            HTML DOM superscript Object
        
    
     
    
     
        

            GeeksForGeeks         

                  

DOM superscript Object

                             

                  
A portal for geeks.
                  


输出:
点击按钮前:

超

点击按钮后:

超

示例 2:可以使用 document.createElement 方法创建上标对象。

html



    
        
            HTML DOM superscript Object
        
    
     
    
     
        

            GeeksForGeeks         

                  

DOM superscript Object

                             

                  
A portal for geeks.
                                      

输出:
点击按钮前:

超

点击按钮后:

超

支持的浏览器:

  • 歌剧
  • IE浏览器
  • 谷歌浏览器
  • 火狐
  • 苹果Safari