# File lib/html/stparser.rb, line 240
    def handle_start_tag(tag, attrs)
      print("START: #{tag} #{attrs.inspect}\n")
    end