Write these programs:

Problem #1: Please write a program that uses some of the CSS we talked about in class. I would like to see a parent child relationship, a sibling relationship and a variety of combinations like I did in my examples that we looked at. You should put a comment in to explain each example.

Problem #2: Using the CSS validator, test your program and work on getting it to validate using the CSS validator.

Problem #3: Please write a program that uses 5 different events.

Problem #4: At the beginning of the functions section, I used prompts to take in data and displayed the results with an alert. Write a program that works that way - you decide what you want the function to do.

Problem #5: Rewrite the program from #4 using text boxes to take in the data and display the data.

Problem #6: Take one of the beginning JavaScript problems and turn it into DOM style processing like the examples we covered in class (clearly you need to pick one that I did not modify and what I am looking for is using getElementById).