That does not look like valid HTML to me!
I would expect the links to be of the form
<a href="the_allure_of_la.html">The Allure of La</a>
as the <a> tag is meant to enclose something that can be clicked on.
You should load the first page into the browser and check it behaves like you want it to.
|