Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Creating a Simple Website with Links Assignment for CS403 Section 2 - Prof. James L. Weine, Assignments of Computer Science

An assignment for creating a simple website with linked pages. Students are required to create three pages: index.html, howl.html, and kaddish.html, and link them together. The assignment also includes instructions for adding author and file comments, and printing and submitting the html source files.

Typology: Assignments

Pre 2010

Uploaded on 09/24/2009

koofers-user-5io-1
koofers-user-5io-1 🇺🇸

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Links Homework
Assignment 2
CS403 section 2
Due: Sep. 22, 2009
This assignment is an exercise in working with links. Some links will be local, links from one
page you create to another, and others will be external, linking from a page you create to a
page on a web site on an external machine somewhere on the Internet.
For this assignment you will create a simple web site. A web site is just a series of web pages
that are linked together. You will link three pages together. The three pages and their file
names appear on the last pages of this assignment.
You will need to create two folders. The beats folder and inside the beats folder a folder
named ginsberg. The file index.html should be found in the beats folder and the two
other files, howl.html and kaddish.html should be found in the ginsberg folder.
On index.html, you will find the following links:
The first link is to the file howl.html that is found in the ginsberg folder.
The second link is to the city of Lowell’s office site, http://www.lowellma.gov/.
The third link is to the Beat Generation Gallery which can be found at
http://emptymirrorbooks.com/keenan/b1965-1.html.
On howl.html, we you will find the following links:
The blockquote element has an attribute named “cite” whose value should be the
following address: http://sprayberry.tripod.com/poems/howl.txt
In addition, there is a link to kaddish.html.
On kaddish.html, you will find the following links:
Again, there is a blockquote element. It’s cite attribute should be the following address:
http://www.amazon.com/Kaddish-Other-Poems-1958-1960-Lights/dp/0872860191
The second link is to the page howl.html.
The third is a link to the first page index.html.
It may seem like some of the text, esp. in the headers, appears of slightly different sizes on
each page. This is simply a result of my trying to shrink the images of the pages so they fit
on the backside. Ignore these slight differences.
pf3

Partial preview of the text

Download Creating a Simple Website with Links Assignment for CS403 Section 2 - Prof. James L. Weine and more Assignments Computer Science in PDF only on Docsity!

Links Homework Assignment 2 CS403 section 2 Due: Sep. 22, 2009

This assignment is an exercise in working with links. Some links will be local, links from one page you create to another, and others will be external, linking from a page you create to a page on a web site on an external machine somewhere on the Internet.

For this assignment you will create a simple web site. A web site is just a series of web pages that are linked together. You will link three pages together. The three pages and their file names appear on the last pages of this assignment.

You will need to create two folders. The beats folder and inside the beats folder a folder named ginsberg. The file index.html should be found in the beats folder and the two other files, howl.html and kaddish.html should be found in the ginsberg folder.

On index.html, you will find the following links:

The first link is to the file howl.html that is found in the ginsberg folder.

The second link is to the city of Lowell’s office site, http://www.lowellma.gov/.

The third link is to the Beat Generation Gallery which can be found at http://emptymirrorbooks.com/keenan/b1965-1.html.

On howl.html, we you will find the following links:

The blockquote element has an attribute named “cite” whose value should be the following address: http://sprayberry.tripod.com/poems/howl.txt

In addition, there is a link to kaddish.html.

On kaddish.html, you will find the following links:

Again, there is a blockquote element. It’s cite attribute should be the following address: http://www.amazon.com/Kaddish-Other-Poems-1958-1960-Lights/dp/

The second link is to the page howl.html.

The third is a link to the first page index.html.

It may seem like some of the text, esp. in the headers, appears of slightly different sizes on each page. This is simply a result of my trying to shrink the images of the pages so they fit on the backside. Ignore these slight differences.

Also, near the top of each page, add the following comment, replacing my name with yours.

I always put it right after the , but it doesn’t have to be there.

In addition to the author’s name, each web page should have a comment indicating the name of the file it is contained in. So the file “index.html” should contain the following comment:

Once you are done, print out each source HTML file and hand that in. It must be a legal HTML page, so watch your start and end tags. You don’t need to print the page from the browser, just the HTML source file from Notepad.

  1. beats/index.html