firstElementChild
Description
The firstElementChild of ParentNode for JS returns the first child that is an element; otherwise null.
Syntax
element = node.firstElementChild
The firstElementChild of ParentNode for JS returns the first child that is an element; otherwise null.
element = node.firstElementChild