# File lib/Borges/HTML/HtmlElement.rb, line 28
  def initialize(name, attributes = Borges::HtmlAttributes.new)
    @children = []
    @name = name
    @attributes = attributes
  end