# File lib/html/element.rb, line 205 def tag_info begin HTML::Tag.named(@_tag) rescue NoSuchHTMLTagError nil end end