📜  HTML | DOM firstElementChild 属性

📅  最后修改于: 2021-11-07 09:00:54             🧑  作者: Mango

HTML DOM firstElementChild属性将返回任何节点的第一个子节点 PreRequisites DOM(文档对象模型)
参数:
不需要参数。
返回值:
firstElementChild 属性返回的值如下:

  • Node 对象:代表元素的第一个子元素。
  • Null:如果没有子元素。

句法

node.firstElementChild()

例子:

html


 

 
    
        HTML | DOM firstElementChild Property
    
    

 

     

GeeksForGeeksTopics

        
            
  • Array
  •         
  • LinkedList
  •         
  • Stack
  •         
  • Queue
  •         
  • Tree
  •         
  • Graph
  •       
       

      Click the button to get the first child       of the node having id is "Sections".     

                  

     


输出

支持的浏览器: DOM firstElementChild支持的浏览器如下:

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