COP3832, Spring 2000, Assignment 2
Due 2/2at the start of class
Note: To make the access restrictions work:
-
use my server at http://mongoose.aul.fiu.edu:8000/~dlette07, replacing
dlette07 with your user name.
-
set the permissions for .htaccess to 644
To hand in the assignment, do the following
-
Hand in a printout of the source code for the hw1.html file.
-
Also, send me an e-mail message with the URL of your home page when the
assignment is ready to be graded.
-
Upload a copy of the hw1.html file using the
~downeyt/cshome/public/webftp/webftp.pl program from mongoose.
Follow these steps for the assignment.
-
Create a subdirectory of your public_html directory on mongoose.
-
Create a home page in your mongoose public_html directory.
-
Name the file index.html. If you don't have a home page on mongoose,
then follow the directions in this link: Creating
a Web Directory.
-
Create a link from the index.html page to the hw1.html page
in your homework directory.
-
You are to create a web page that includes the following format. Do not use
a style sheet. Save this as hw1.html in your COP3832 directory.
-
Be sure your page has the standard format, including the HTML, HEAD,
and BODY tags.
-
Include an appropriate title for your page.
-
Include 6 paragraphs. Each paragraph should have at least 10 lines. The content
may be something that interests you, or you may just copy some paragraphs
from the text (or grab some off the web!). Each paragraph should have
a heading. Use a different one of the six predefined headings for each paragraph,
use all six headings at least once. Align two of the paragraphs left, two
right, and two center. Make one paragraph bold, another italicized, another
underlined. Make the font of one paragraph bigger, and of another paragraph
smaller.
-
Include a table of contents at the top of your page which can be clicked
to take you to each of the six paragraphs. At the end of each paragraph,
have a link back to the table of contents.
-
Include a graphic that you have downloaded to your web directory from the
Web. Do not include any of the graphics on any of my pages (like the table
below!).
-
Include a graphic from the graphics directory on the www.fiu.edu server
-
Include a link to your home page
-
Include a link to my page for your class (the c3832.shtml page).
-
Include an unordered list with the items: HTML, PERL, JAVASCRIPT.
-
Create an ordered sublist of the HTML item that has at least two links to
web pages that offer help or information about HTML. None of the links should
be to any of my pages. The sublist should use letters to enumerate the items.
-
Create an ordered sublist of the PERL item that has at least two links to
web pages that offer help or information about PERL. None of the links should
be to any of my pages. The sublist should use letters to enumerate the items.
-
Create an ordered sublist of the JAVASCRIPT item that has at least two links
to web pages that offer help or information about JAVASCRIPT. None of the
links should be to any of my pages. The sublist should use Roman Numerals
to enumerate the items.
-
Change the background color (or image). Change the text, link, vlink, alink
parameters to suitable colors for your background color/image.