CS 101 Web Construction,
Fall 2009, Instructor: Jeffrey Horn ASSIGNMENTS
-
Assignment 5
"CSS part I"
- Handed out: Wednesday, October 21, 2009
- Due: Wednesday, October 28, 2009
-
Goals:
- Learn basic use of CSS syntax
- a bit of both page layout AND presentation of tabular
data
- Table with text, image, links.
- Use external CSS file
- Details:
- Pick a movie, any movie! (publicly
available, that is)
- Create a web page with content describing the movie.
Try to make the movie attractive to your readers, but be accurate!
- Specifically, these are the elements needed:
- Title of movie in an <div> element with id "movie_title".
- The rating in a <div> element id "rating".
- The director's name in a <div> element id "director".
- The producer's name in a <div> element id
"producer".
- The lead actors' names in <div> elements in a
class called "leads".
- ...
- A main image from the movie, like a poster, in a <img>
element with id "poster".
- Some secondary images from the movie, in <img> elements of
class "stills".
- A video clip, from or about the movie, in an <obj> element
with id "clip".
-
EXTERNAL CSS: Use a separate
file for your CSS, namely mine!
- Refer to your external CSS file with this
new HTML element:
- <link rel="stylesheet" type="text/css"
href="http://cs.nmu.edu/~jeffhorn/Classes/CS101/movies.css">
Turn-in Procedure: Just email me your web site URLs. (jhorn@nmu.edu)
Don't forget to put "CS 101: A5" in the subject line.