left up right
XHTML: Elements and Attributes

XHTML mark up: a set of elements with attributes. Element is an open tag, some content then a close tag. If no content, element defined by empty tag.

<title>Title of your document</title>
<hr />
<p class="note">and an <em>enclosed</em> element</p>