# File lib/Borges/HTML/HtmlBuilder.rb, line 196
  def style_link(url)
    @attributes['rel'] = 'stylesheet'
    @attributes['type'] = 'text/css'
    @attributes['href'] = url
    head_tag('link')
  end