For example, in the case of XML data such as the following:
<foo>bar</foo>
The opening and closing < and > symbols could be called brackets.
However, in the following:
<br />
<data foo="bar" />
<blah a="1" b="2" />
Is there a good name for the closing /> token?
“There are only two hard things in Computer Science: cache invalidation and naming things!” -- Phil Karlton