# File lib/html/element.rb, line 307
    def method_missing(sym, *args)
      @_content.method(sym).call(*args)
    end