HTML PROJECT
For this small project, you
will create a small website that simply shows the courses that you are taking
at the moment.
Your website will consist of
5 html documents. One document will be
your main page that contains links to the other four pages. Each of the other four pages will be about a
course that you are currently taking.
Below is a diagram of the
organization of your website. Note that
you will likely have different courses than shown in the diagram.
![](./project_files/image002.jpg)
MAIN PAGE
- You will have a title stating something like
“Patrick Campeau’s courses”.
- To make the title nice, create a nice header on
CoolText.
- You will have a short welcoming paragraph that
explains what the website is about.
- You will have four buttons with links to your
subpages.
- You will use a marquee at the bottom to display
a greeting such as “Welcome”.
- You also need a background colour or image.
SUB PAGES
- You need a background colour.
- The title should be the course’s name.
- Use CoolText to make a nice title.
- You will have short 2 to 3 line paragraph
explaining the course.
- You should have a list (OL or UL) listing the
units in the course.
- You need an image (anything relevant to the
course)
- You need a simple link back to the main page.