Page with Tables

This sample page demonstrates HTML tables. First table is 300 pixels wide.

Title 1 Title 2 Title 3
Cell 1.1 Cell 1.2 Cell 1.3
Cell 2.1 Cell 2.2 Cell 2.3

Following table is variable width, which means it sizes together with browser window. Table width is 60% of browser window width.

Title 1 Title 2 Title 3
Cell 1.1 Cell 1.2 Cell 1.3
Cell 2.1 Cell 2.2 Cell 2.3

The third table is 300 pixels wide and has two columns of different sizes. First column is 100 pixels wide and the second takes other 200 pixels of the table width.

Title 1 Title 2
Cell 1.1 Cell 1.2
Cell 2.1 Cell 2.2