Marking Elements with Tags
Elements that employ one-sided
tags are called empty
elements since they contain no content. An example is a line break
<br/>.
A third type of tag is
the comment tag, which you can use to add notes to your HTML
code.
<!--
comment -->
Comments
are useful in documenting your HTML code. Wont appear in browser
window.