Unit 4 Q&A;

Go to the Navigation pageHelpExitBackNext


I've noticed that a lot of pages on the Web have tables in which one cell will change while other cells stay the same. How do they do that?

 
Those sites are using frames, not tables. Frames are similar to tables except that each frame contains a separate HTML page and can be updated independently of the others. The new "floating frames" can actually be put inside a table, so they can look just like a regular table even though the HTML to create them is quite different. You'll find out how to make frames in the next course.