<!-- Figure 13.17 (Example 13.85)

    Because XHTML is conforming HTML 4, this file should display
    correctly in any recent browser.
-->

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Favorite Quote</title>
</head>
<body>
<p>
<em><q><a id="favorite-quote"/>I defy the tyranny of precedent</q>
(Clara Barton).</em>
</p>
</body>
</html>
