close
function
close(tagName)
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.