Linking pages problem

Hi all. I’m a complete newbie here.
I’ve just started reading Ian Lloyd’s “build your own website…”
All was going well until I got near the end of chapter 2 “Linking between our pages”
I have put this text into all three of my pages,

<div id=“navigation”>
<ul>
<li><a href=“index.html”>Home</a></li>
<li><a href=“about.html”>About us</a></li>
<li><a href=“contact.html”>Contact us</a></li>
<ul/>
</div> <!–end of navigation div–>

And low and behold I have links to “Home”, “About” and “Contact”. Unfortunately the links don’t work!
Am I missing some text? Any help would be very appreciated.
Thanks :slight_smile:

EDIT.

Problem solved. I saved the page files under the wrong name!

Glad you sorted it yourself Oliver, if you have any future problems with your code concerning said book or you get really stuck feel free to post your question in the SPF ‘Getting Started With Web Design’ forum. :slight_smile: