Exercise Eight

Overview

Exercise eight asks you to construct another page, use tables (visible and/or invisible) to control page layout and display some data, and link it to and from your index.html page. Fill out the exercise feedback form and you are done.

Remember to take Quiz 8 on Blackboard Learn+ as well.

Details

  1. Create another HTML page. Make sure it includes all the tags in the HTML skeleton; the two bits of code to make the validator and your instructor happy; name the file as you wish and save it with your other HTML files on your hard drive. You will need the combo links for both HTML and CSS validation.
  2. Use a visible or invisible table to hold the elements of your page and give your text some margins. This table may be a simple one or two celled table.
  3. Use a nested visible table inside the first table to display some data. Some ideas for this table include ingredients for a baking project, a chart of your favorite team's record, or some small images with descriptions. This is an opportunity to create something fun!
  4. In addition to your nested table, make two headings and three paragraphs discussing how you might use tables in your final project. If you run out of text, you may use some of this "random text" to fill out your paragraphs.
  5. Use style definitions in your external or an internal style sheet to format several aspects of your text and table(s).
  6. Add a link on your page back to your "home" or index.html page.
  7. Add a link to this exercise from your index.html page.
  8. Upload your files to the server. Keep the same relative locations between the files so your links still work.
  9. Retest all your pages; make sure the tables view correctly and that your links work correctly.
  10. Validate with no errors your new page, make sure your index.html page still validates.
  11. Fill out the exercise feedback form and you are done.

Conclusion

Tables are very powerful tools. While they are slowly losing favor to CSS for layout, they work reasonably reliably in almost all browsers.


Exercise Eight Feedback Form

Will appear on March 20

bottom graphic for DM 60A pages