Project 3

Create a subpage

1. Create a new file

  1. From the 'Code' page on GitHub, click 'create new file':
  2. Name the page. And don't forget the .html at the end!

2. Create a new html file (with whatever name you want), paste your HTML into the file, and commit it!

3. New page will be at yoursite.xyz/pagename

(Note: All text in red should be custom for you.)


Link to the subpage

1. Make a link using an 'a href' tag

It should look like this!

http://yoursite.xyz/yourpagename">any name you want

2. That's it!


Understand nesting

Nesting or wrapping HTML elements works like this:

For example:

Some goals:

1. Create three subpages:

2. Link to the subpages from your home page

3. Link back to the home page from the very top of each of your subpages