Stand-Alone Tags
Examples in the Body of a Document
Even those tags that stand alone, not in pairs, must be closed by a slash. Here are a few examples of stand-alone tags in the body of a document:
| <img src="smile.gif" alt="smile" /> <br /> <hr /> |
Notice the Space before the Closing Slash
There is a space before the closing slash in the stand-along tags. Look at the same examples again:
| <img src="smile.gif" alt="smile" />
<br /> <hr /> |
