# File lib/Borges/HTML/HtmlBuilder.rb, line 82
  def head_tag_with(str, child)
    head_tag(str).add(child)
  end