# File lib/html/element.rb, line 155
    def initialize(parent_or_nil = nil, tag_name = nil)
      initialize_tree_element(parent_or_nil, [])
      @_tag = tag_name
      @_attributes = {}
      @_attribute_order = []
    end