Unit 4 Q&A;

Go to the Navigation pageHelpExitBackNext


I made a big table, and when I load the page nothing appears for a long time. Why the wait?

 
Because the Web browser has to figure out the size of everything in the table before it can display any part of it, complex tables can take a while to appear on the screen. You can speed things up a bit by always including WIDTH and HEIGHT tags for every graphics image within a table. Using WIDTH attributes in the <TABLE> and <TD> tags also helps.