Four elements that must be in each page. These elements form a skeleton of the page.
XHTML start tag. First element in the page.
Header start tag. Always follows the XHTML element. Second element in the page.
< /title><span class="Apple-tab-span" style="white-space:pre"> </span>Title, title-end tags. Begins and ends a title for the browser title bar & bookmark. Must be inside the header.</p>
<p>
</head><span class="Apple-tab-span" style="white-space:pre"> </span>Header-end tag. Ends the header element.</p>
<p>
<body><span class="Apple-tab-span" style="white-space:pre"> </span>Body start tag. Begins the body or visible part of your page. Follows the header.</p>
<p>
</body><span class="Apple-tab-span" style="white-space:pre"> </span>Body-end tag. Ends the body.</p>
<p>
</html><span class="Apple-tab-span" style="white-space:pre"> </span>HTML-end tag, Ends the html page. Last tag in the page</p>
<p>
</p>
</div>
XHTML start tag. First element in the page.
Header start tag. Always follows the XHTML element. Second element in the page.