<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>A Document tree example</title>
</head>
<body>
<div id="body_content">
<h1>A Document tree example</h1>
<p>
This is just a <em>very</em> simple example.
</p>
</div>
<div id="body_footer">
This is a simple <strong>footer</strong>.
</div>
</body>
</html>