HTML CSS IMAGES LINKS
 
HTML → Tables

Tables are used to control the positioning of elements within an HTML page. Using tables we can force a vertical image map to appear on the side of our webpage, the content to appear next to it and ensure that the logo and a banner remain in their assigned positions.

a basic table

Tables are divided into rows and cells (a.k.a. TDs or Table Data). Each table row (TR) will contain one or more TDs.

a basic table

Tables can be very complex:

a basic table

or very simple:

a basic table

Tables may contain other tables within their TDs:

a basic table

The next few tutorials will cover the various table tags and attributes.

 
  back ↑