Lesson 03: Links
Intro
In this lesson we’re going to use the links section of the reference.
Note a few things:
- The
hrefattribute is the important part. This holds theURLand can take a variety of forms, we’ll talk more about this later.
Permalink
Create a new webpage and link to it!
The goal of this section is to use what we learned in Lesson 01 and create a
new webpage, which is linked to from www/index.html.
Here are the steps to do this:
- Create a new webpage (see Lesson 01, name it
link.html - Modify
www/index.htmland include a link to the new page… - The
hreffor this new link will be:href="link.html"
Permalink
Completion
See if you can make your page look like this
and when you click on it, you see this: