<html>
<head>
<title>About</title>
</head>
<body>
<h1>
Annotated page contents
</h1>
<h6>
Testing H6 text.
</h6>
<p>
Hello, World!
</p>
<img src="unused.png" alt="Testing image descriptions"></img>
<a href="unused.html">Test link</a>
<iframe src="frame1.html"></iframe>
<iframe src="frame2.html"></iframe>
<ul>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ul>
</body>
</html>