Is there a name for a tag that closes itself?

In a tag based language like HTML or XML, there are tags which close themselves without the use of a second tag:\[code\]<tag/>\[/code\]Rather than this:\[code\]<tag></tag>\[/code\]Is there a specific name for tags that close themselves?Thanks! :)
 
Back
Top