Once we have a good page to use as a template we are ready to duplicate this page to create the other pages in our site.
Duplicating pages is a matter of opening your index.html file and saving it with a different file name. You’ll want to do this for every page in your storyboard.
Example:
In my navigation I have a list of 4 Links
- Home – links to index.html
- Courses – links to courses.html
- About me – links to about.html
- Contact – links to contact.html
Based on these links I will need to duplicate my index page three times naming the files:
- courses.html
- about.html
- contact.html
You should now have a working website!