Typical HTML File (source)

<html>
<head><title>Bob's Sample HTML File</title></head>

<body>

<h1>Sample HTML File</h1>
<p>Here is a sample HTML file. 3 &lt; 4, AT&amp;T is a big company.
<p>Here is a picture:
<img src="../introaux/sample.gif">

<h2>Unordered List</h2>
<p>Here is in an unordered, or bulleted list:
<ul>
<li><b>This list item is bolded.</b>
<li><i>This list item is italicized.</i>
<li>This is the third and last list item.
</ul>
<p>This concludes our test.
</body></html>