Name
<table> — NN 2, 3, 4, 6 MSIE 2, 3, 4, 5, 5.5, 6 HTML 4.01 WebTV Opera5
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 Deprecated. Aligns the table within the text flow (same as
alignin the<img>tag). The default alignment isleft. Thecentervalue 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>).
-
background=url Nonstandard. 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 Netscape Navigator 4.0, the tile repeats in each individual cell (although its support is not officially documented).
-
bgcolor="#rrggbb"orcolor name Specifies a background color for the entire table. Value is specified in hexadecimal RGB values or by color name (see Chapter 16 for more information on specifying colors in HTML).
-
border=number Specifies the width (in pixels) of the border around the table and its cells. Set it to
border=0to turn the borders off completely. The default value is 1. Adding the wordborderwithout a value results in a 1-pixel border.
-
cellpadding=number Sets the amount of space, in number of pixels, between the cell border and its contents. The default value is 1. For more information, see xxx the “Space Between Cells” section ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access