Building Websites Exercise (due November 26)
On this page:
Introduction
To make sure you are ready to assemble your projects this exercise has you putting together different pieces.
Instructions
For this week's exercise you will be linking together your layout exercise, CSS exercise and your HTML exercise to ensure that you are able to connect multiple pages together for the final project.
- Create a new, valid HTML page that will connect all the different pages together.
- Within this page create a series of
<a>
elements that link to the three different exercises. - Upload this new page to your file space and test the links to make sure they work.
- Submit the link to this new page to the Canvas assignment.
Your submission is due to Canvas before 11:59pm on November 26.
Grading rubric
This code exercise is worth 1% (1 point) of your final grade.
- 0.75 points for completing the exercise.
- 0.25 points for validated code.
Exercise rules reminder
Please remember that the exercise rules still apply:
- AI use is not permitted for code exercises. These are your opportunity to practice some of the basics we will need to progress through the course.
- You can use other online resources, course materials, your TA, and lab-mates for support. This being said, others are not allowed to do your work for you. Also, if you are drawing from online resources, course materials, your TA or peers, you must;
- Cite any knowledge that is not yours in a comment in the code. The internet is a huge repository of information and you are welcome to use it, but you must let us know when something does not originate from your own knowledge.
- If work has been copied without citation the exercise grade will be zero. Please make sure to include comments indicating where you had assistance or learned.