Second Web Site Assignment
You can create a new Web site or you can modify the existing site. If you have the perfect
site and you don't want to change it - put a link to the pages for a grade and you can do
this assignment there and remove it when you are done. Your examples should show that you
understand - in other words, examples that are too close to my examples will be graded
accordingly...
Note the first Web site is a more significant grade than this one!
When you email me telling me the site is ready to check, you must include a list of
the things you did and the specifics on where to find these things.
You must include the following things:
- A separate cascading style sheet with at least 10 things - must be used by two pages
- Style sheet elements in the head portion of a page
- Style sheet element embedded in a page
- JavaScript IF
- Another JavaScript IF with an else
- JavaScript loop
- JavaScript function
- JavaScript function where something is passed to the function
- JavaScript click event
- Two other kinds of events
- Take in user input and provide output to the user in two different ways
- You must incorporate two pieces of JavaScript that you find on the Web - be sure to
acknowledge the source
- An array
Some of these things can be combined - in other words, you do not have to do separate things. For example, taking in user input can be in a form and it can pass information to a function etc. For people experienced in programming, I would clearly like to see you experiment!