Globale linker

Book 1

Book 2

Ch.12 Tables and Page Structure

HTML tables were intended to handle tabular data. Eventually, site designers realized that the wealth of attributes applicable for tables made them a valuable page layout tool.

Tables have one great advantage over frames. The user can easily bookmark the page or add it to the favorites folder. The disadvantage is that page content scrolls together.

The easiest method for creating tables is to first diagram it.

The three main parts of a table are:

The <body> tag can be modified to move the top and left margins of your page to the edge of the browser window. By default, an 8-pixels border exists between the content and the edge of the browser window.

These attributes are not part of HTML as defined by W3C. However, they are widely used.

Chapter 11 Chapter 13