close
    close(tagName, lineNo)
  
  Called when a closing tag is found. If no closing tag exists for this tag (because it is self-closing) this function will not be called.
Parameters
- tagName 
{String}:The name of the tag.
 - lineNo 
{Number}:The line number of the tag (undefined in production).