Assignment 1

Comp 416, Web Programming, Fall 2012

Description

Format this text using html. The goal is to make it look reasonably nice and, especially, easy to understand. How would you like to see your assignments presented? Your audience is the students in Comp 416 (thats you).

Requirements

Use only HTML. No formatting with CSS is allowed. This means that you will see the browser defaults for the presentation of each html tag. You may not like the way this looks, but, for this assignment, it will suffice. In future assignments will will see how to style the presentation on the web page with Cascading Style Sheets (CSS).

Turn in the following in the following order:

  1. cover page (name, date, course, assignment number and name)
  2. screen shot of your web page
  3. print out of your html code for the web page.

Also, write your own html. Do not use a "what you see is what you get" editor. You will need to learn html for this course. You are free to make minor edits to this text.

Copy the skeleton for this assignment and add your html to it.

Educational objectives

Learn basic html.