Name

<table> — NN: 2, 3, 4 &bull; MSIE: 2, 3, 4, 5 &bull; HTML 4 &bull; WebTV &bull; Opera3

Synopsis

<table>...</table>

Defines the beginning and end of a table. The end tag is required, and its omission may cause the table not to render in some browsers.

Attributes

align=left|right|center

Aligns the table within the text flow (same as align in the <img> tag). The default alignment is left. The center value is not universally supported, so it is more reliable to center a table on a page using tags outside the table (such as <center> or <div>). This attribute has been deprecated by the W3C HTML 4.0 Specification in favor of style sheet positioning.

background=url

Specifies a graphic image to be tiled in the background of the table. In Internet Explorer 3.0 and higher, the image tiles behind the entire table. In Navigator 4.0, the tile repeats in each individual frame (although its support is not officially documented).

bgcolor=#rrggbb or color name

Specifies a background color for the entire table. Value is specified in hexadecimal RGB values or by color name.

border=number

Specifies the width (in pixels) of the border around the table and its cells. Set it to border=0 to turn the borders off completely. The default value is 1. Adding the word border without a value results in a 1-pixel border.

cellpadding=number

Sets the amount of space inside the cell, in number of pixels, between the cellborder and its contents. The default value is 1.

cellspacing=number

Sets the amount of space (in number of ...

Get HTML Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.