|
Last updated: 4/5/2005 2:12:02 PM
<% if printFile < " " then
response.write(" ")
end if
%>
|
Assignment 2 - Style sheets, Server-side
includes and Images
1. Create a small web site that uses frames. It should
contain at least three separate content pages and a menu, as shown
in this
example frames page. Each content page should have an image and
an appropriate title. The navigation should be easy to use.
2. Upgrade your personal web site from assignment 1 as follows:
- create an external style sheet that contains at least three
classes and modifies at least one HTML tag (such as body,
paragraph, heading, table, etc.). Also define styles for the
four states of the anchor tag: link, hover, active and visited.
Have the anchor tags hover state change the link color and the
font to bold, like this.
- Link each page of your site to the style sheet and replace
most or all of the styles defined within individual HTML tags with
styles defined in your style sheet.
- Create persistent navigation using server side includes
(unless you have already created it using frames).
- All images should be appropriately resized using an image
editing program and the image tags should contain height, width
and alt properties.
- All HTML should be properly indented and easy to read.
You may use FrontPage or another HTML editing program if you like
but your finished page should contain no vendor specific code (i.e.
mso tags).
|
Submitting your assignment via email:
-
The subject line of your email should
read "MBA597 Ax YourName" where x is the assignment number.
-
Send to
.
- cc a copy to yourself (as a time-stamped receipt of your
submission).
Please check your URLs for accuracy since incorrect addresses will
not be graded.
|
|