CA1: Tasks to Complete

Below you can view a list of all the exercises you have worked with.

HTML Web Pages

You create and work with four web pages, named index.html, page-1.html, page-2.html, and page-3.html.

All four pages are displayed with the default web browser styles. None are linked to CSS stylesheets.

NOTE: Please include your Name and Student ID in the title tag of each web page.

Sample image index.html
Sample image page-1.html
Sample image page-2.html
Sample image page-3.html

CSS Stylesheets

You create and work with four stylesheets, named global.css, style-1.css, style-2.css and style-3.css.

You link these CSS files to your four previously created web pages, and add various style properties and values to them.

Sample image index.html
Sample image page-1.html
Sample image page-2.html
Sample image page-3.html

Responsive Design

You make four web pages responsive to different screen sizes by adding negative spacing and media queries to their four linked stylesheet files.

These are the global.css, style-1.css, style-2.css, and style-3.css.

Sample image index.html
Sample image page-1.html
Sample image page-2.html
Sample image page-3.html

Working with Colours

You add text and background colours to the four stylesheet files you created previously.

These are the global.css, style-1.css, style-2.css, and style-3.css.

Sample image index.html
Sample image page-1.html
Sample image page-2.html
Sample image page-3.html

Classes and Custom Properties

You add classes to the page-3.html web page and the style-3.css stylesheet. You also add custom colour properties to style-3.css.

Sample image page-3.html

Return to Home.