CIT 040 Index > Assignment 3

Assignment 3

The object of this assignment is to use lists, attributes, and character entities in HTML. Here is the text which you should copy and paste into your template file, then save as assignment3.html.


This file has a structure very similar to what you should produce as a solution. Your screen will not look identical to this picture; it was taken on a Linux system using different fonts than those available on Windows.

The <title> of the document must be Evergreen Valley College Application Information.

The URLs must appear in monospace font, which you must produce with the <code> element).

The word “official” in item three (see screenshot) must be in italics, which you must produce with the <em> element.

The first bulleted list must use solid discs as bullets, and the last bulleted list must use open circular bullets.

The course list at the bottom of the page must be a definition list.

Remember to use character entities for the copyright symbol and as needed for the Spanish characters. Remember to encode the ampersands!

Your document must include a comment near the beginning that gives your name and the date. It must be in the form:

<!-- Written by E.V. College 31 Sep 2099 -->