It's time for a challenge!
Congratulations! You should now know lots about JavaScript, HTML, and CSS, so I want you to create a website to demonstrate what you've learnt and to help you better understand what goes into making a website from conception to realisation...
Requirements:
- Must use HTML and CSS
- Consists of 3 or more pages (home page, contact page, plus any page(s) of your choice)
- CSS is written in an external stylesheet
Notes:
- The website can be about anything you choose, just remember each page must be logical and related to the topic.
- JavaScript is completely optional, you are not expected to use any but if you want to show off some extra skills then you can.
- I recommend checking out the final chapter before you begin.
- It is strongly advised that you keep your documents organised. Create a folder for images and another one for your CSS file.
- If you didn't know already, you can view a websites code in the browser. This can be useful if trying to replicate something. In Chrome the shortcuts are Ctrl+U for page source and Ctrl+Shift+I to inspect.