# File lib/Borges/HTML/HtmlRenderer.rb, line 85
  def open_form
    @attributes['method'] = 'POST'
    @attributes['action'] = @action_url
    open_tag('form')
  end