Element.firstChild

Returns the first child of this element. If it has no children, returns null. Remember, text nodes are children too.

class Element
@property
firstChild
()

Meta