

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
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
1 / 3
This page cannot be seen from the preview
Don't miss anything!
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.