Schedule
of Topics
Assignments
Grading
|
Assignment 2
-
Concept and Grading Criteria
-
The goal of this assignment is to demonstrate a mastery of the basic concepts
of Web page creation and a sound knowledge of the basic use of HTML
-
Design is an important component and will be considered in the grading of
the page, but there are no specific design requirements per se
-
Design will be commented on by the professor and will be 15% of the grade
for the assignment
-
The design goal is to demonstrate an understanding of the basic concepts
of design in the final versions of the required pages
-
Specific attention should be paid to adherence to the four basic design concepts
-
Alignment;
-
Proximity;
-
Repetition;
-
Contrast
-
Grading here is pretty subjective but there will be comments to explain
this component of the grade
-
Specific technical requirements are prescribed for elements that must be
included each page
-
This is to give you a detailed checklist to ensure that:
-
You understand how to accomplish a reasonable range of tasks;
-
You understand the underlying HTML coding required to accomplish all of these
tasks
-
Points will be subtracted for missing or improperly formatted elements
-
Specific Requirements
-
At the completion of module 2, the student should have, in the www subdirectory
of his itwebmaster.iit.edu account the following four Web pages with the
specific names indicated:
-
A personal homepage named
index.html which
contains
-
a title;
-
a level
<H1> header;
-
personal identification;
-
your e-mail address with a mailto: link;
-
the mailto: link should be named mail;
-
there should be a link near the top of your page to your named mailto: link;
-
a minimum of three links;
-
at least one horizontal rule;
-
an unnumbered list with at least three elements;
-
one or more graphic images;
-
one or more
<FONT> tags applied
to some text on your page:
-
Using the FACE attribute to change the type face to a sans-serif type;
-
Using the COLOR attribute to apply color to some text;
-
a list;
-
a table of at lease 2 rows by 2 columns:
-
Should be useful in laying out your page;
-
Should include at least one background color and specify the width of at
least one cell
-
A table-based version of your index.html page named
indextable.html
which includes
-
a 96 pixel margin down the right or left side of the page;
-
the content of the page constrained to an area no more than 80% of your browser
window width
-
A framed version of your index.html page named
indexframes.html
which should look a little like this
|
Frame A
150 pixels wide |
Frame B
20% of height |
|
Frame C
no size specified
|
-
Frame B should contain a title for this page;
-
Frame C should contain the body of your homepage;
-
Frame A should contain either links to your favorite sites or navigational
links for your Web site;
-
Frames A and B should have different background colors or images than Frame
C;
-
Frames A and B should not be scrollable or resizeable;
-
Frames A, B, and C must each be separate HTML pages
-
A copy of your index.html page named
indexstyles.html
which should include
-
in the
<HEAD>
section, a link to the external stylesheet found at
http://itwebmaster.iit.edu/style.css
-
in the
<HEAD> section,
the following
<STYLE> tag:
<STYLE TYPE="text/css"
TITLE="style2">
<!--
LI { font-family: Arial,Helvetica;
color: #ff0000 }
LI A { font-family: Arial,Helvetica;
color: #ff0000 }
-->
</STYLE>
-
in the
<H> tag for the
first header on the page, the following attribute:
STYLE="font-family:
fantasy"
|