Page 13
Get Your Hands Dirty
In this homework assignment, you'll use the assignment from Lesson 2 to start building your dream browser. You'll need to know one more thing before doing the assignment. The document object has a property called bgColor. You can set the bgColor of a document object to a color just like you do in a body tag: Either use a name, like "red," or a hexadecimal value like "#FF0000".
With that important piece of information in mind, try to write the framesets and JavaScript necessary to do Homework Assignment 3.
After you're done with the assignment, be sure to review what we've covered this lesson.