311
Tables
●Create a table on a Web page
●Apply attributes to format tables, table rows,
and table cells
●Format an entire Web page within a table
●Use nested tables
●Use CSS to configure an XHTML table
Tables can be used to organize Web page content.They
can also be used to provide structure and format the layout of an entire Web
page. In this chapter, you will become familiar with coding XHTML tables to
both organize information and format page layout. You’ll configure tables
using both XHTML and CSS.
Chapter Objectives In this chapter, you will learn how to ...
CHAPTER
8