Due: Wednesday, May 1, 8pm
Read through the class notes for this week.
Create a small website of at least 5 interlinked pages with some multimedia included.
This can be based on anything you like, but if you'd like some inspiration, here are two approaches you might consider:
A concept map. Make a page with a
single term or concept. Perhaps
use <h1>
or another header tag for
it. Include a definition of the term, or some
explanation or discussion of the concept. Somewhere
within this definition / explanation, include one or
more links to other related words / concepts. Do this
for at least five pages. Think about what types of
relationships a link might signify in this case —
specific / general, part / whole, "peer" terms in some
taxonomy, or something else. Include an image for each.
A description from multiple points of view. Storis like Henry James's 1898 horror novella The Turn of the Screw are told from multiple perspectives throughout the story. Describe an event or object from one perspective, and within that narration, select one or two words to be links that recast the narrative from a different point of view. Include an image for each.
We haven't talked about CSS yet, so I don't expect you to use it at this stage. But if you would like to add a little formatting to make your pages a bit more readable, consider adding the following code to inside your <head> element:
<head> <style> body { width: 600px; margin: auto; } </style> </head>
Make a new folder an include all your pages within
it. Create a subfolder
called images
and put your image
files in that. Make sure that
the src
attribute in
your <img>
tag references the
proper relative path to these image files
— i.e., it should look like this: <img
src="" images/FILENAME" ... >
To submit, upload this entire folder to your Google Drive,
naming it Unit 3, Lesson 1 HW