<html>
<head>
<title>Test Page</title>
<meta charset="UTF-8" />
</head>
<body>
<div id="main" class="container">
<h1>Hello, World!</h1>
<p>This is a test page for the HTML parser.</p>
<img src="image.jpg" alt="A sample image" />
<a href="https://example.com">Visit Example</a>
</div>
</body>
</html>