What are all the valid self-closing tags in XHTML (as implemented by the major browsers)?
- by kamens
What are all the valid self-closing tags (e.g. <br/>) in XHTML (as implemented by the major browsers)?
I know that XHTML technically allows any tag to be self-closed, but I'm looking for a list of those tags supported by all major browsers. See http://dusan.fora.si/blog/self-closing-tags for examples of some problems caused by self-closing tags such as <div />.