I thought that in XML you can have a tag with opening and closing tags, and then if you don't need a closing tag, you can just use a tag with a slash at the end of it.
<myTag>Text here</myTag> <myTag />
I guess this is only because everything that everyone decided was the best, and now it's just a feature of XHTML, but why? Is there a technical reason for this that I don't know about?
Thanks!
shady source share