Posted June 18 '09 at 07:04 AM
Posts: 8
There are only a few tags that don't need it and those would best be described as ones where content doesn't exist within them.
For example:
Line Breaks - <br />
Horizontal Rules - <hr />
In XHTML the traling "/>" acts as the closing tag.
This is right, the XHTML closing tag also applies to the image tag, we usually use <img src=""></img> right, but it's more easier now because instead of that we just close it after declaring the src="" or anything that follows after).
<img src="" />