Marking Elements with Tags
•A two-sided tag’s opening tag (<p>) and closing tag (</p>) should completely enclose its content. This is a paragraph. Skips a line at the beginning.
•
•
•A one-sided tag contains no content.  General syntax for a one-sided tag:
•<element />
•
•