# File lib/html/element.rb, line 141
    def html_node
      children.detect { |ea| ea.tag == 'html' }
    end