📜  HTML | DOM 下标对象

📅  最后修改于: 2021-11-08 02:14:41             🧑  作者: Mango

HTML DOM 中的 Subscript 对象用于表示 HTML 元素。可以使用 getElementById() 方法访问下标元素。

句法:

document.getElementById("id")

其中 id 分配给 标签。

示例 1:

html


    
        
            HTML DOM subscript Object
        
    
     
    
          
        

            GeeksForGeeks         

                  

DOM subscript Object

                   

Acomputer science         portal for geeks.

                                                     


html


    
        
            HTML DOM subscript Object
        
    
     
    
        
        

            GeeksForGeeks         

                  

DOM subscript Object

                             

                  
            A             portal for geeks.         
                       


输出:
点击按钮前:

子

点击按钮后:

子

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

html



    
        
            HTML DOM subscript Object
        
    
     
    
        
        

            GeeksForGeeks         

                  

DOM subscript Object

                             

                  
            A             portal for geeks.         
                                           

输出:
点击按钮前:

子

点击按钮后:

子

支持的浏览器:

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