This has effectively nothing to do with computer science in general.
It’s just the structure of an Extensible Markup Language (XML) closing tag.
XML is a format based on tags, and HTML, for displaying web pages, is a derivative of XML.
Tags are used to delimit a piece of information and giving it the meaning you want, or in HTML, …