CS 103
Homework 1 (Due 9/25)
(correction posted on 9/18)
Homework is due at beginning of class on
the due date. Late submissions will not be accepted.
Be sure
to include your name and student ID.
- Create an HTML document
using a text editor,
such as Notepad in Windows
or TextEdit on a Mac;
do not use a web-authoring program,
such as Microsoft Word or Frontpage.
The HTML document is to contain
the following information:
- your name at the top center
- an unnumbered list of 4 friends
or family members
- an ordered list of your 3
favorite movies
- a table with your course
schedule this semester,
including for each course
the prefix and number (e.g., CS 103),
title (e.g., Computer Science With Business Problems),
meeting times (e.g., Monday, 10:00 - 11:25,
Friday, 2:30 - 3:55),
and instructor (e.g., Nakayama)
- a short paragraph describing
something you did last summer and
include at least two hyperlinks
and one picture related
to what you did.
Start each part with a heading, and
separate the different parts using
horizontal lines.
- Turn in printouts of
- the document as viewed
using a web browser (e.g., Internet Explorer)
- the HTML text (source) file.
Your printouts must be stapled together.
-
You will be severely penalized if you
create your HTML document using a
web-authoring program. You must use
a basic text editor, such as Notepad on a Windows PC
or TextEdit on a Mac.
-
If you are using Notepad on a Windows PC, you need to
choose the following 3 options when saving the file,
- File name:
For this, enter "webpage.html" without quotes,
or any other name, but make sure it ends with .html
- Save as type: Choose All Types
- Encoding: Choose ANSI.
- If you are using a Mac,
here is a link
that describes how to create
and save an html file using TextEdit.