HTML
From Hawk Wiki
HTML Basics
XHTML tags
All tags must be closed
Wrong:
<input type="text"> <br>
Correct:
<input type="text" /> <br />
All tags must be closed
Wrong:
<input type="text"> <br>
Correct:
<input type="text" /> <br />