# File lib/html/tags.rb, line 122
    def Tag.named(tagname)
      @table[ tagname ] || raise(NoSuchHTMLTagError.exception(tagname))
    end