Create Link
Your index file is going to start with your name, and then links to your in-class work. You might use the <h1> tag to introduce yourself, something like "Mr. Farmer's Web Page"
Next, create a heading for your class work. you might use the <h2> tag and something like "Web Design Coursework", or "Class Work" it's up to you!
Under the Coursework heading, you will add a link to the A Brief History of the Internet file. Try typing:
<a href = "history.html">A Brief History of the Internet</a>
Save your index file and test. Next, create a link to your lists file.