Table Tags
Note
The following table tags are supported:
•
<table>—Defines a table
•
<tr>—Defines a table row
•
<td>—Defines a table cell
•
<tbody>—Defines a table body
XHTML tables must be properly formatted (should include <tbody> and </tbody>
tags).
<table>
The <table> tag defines a table. Inside a <table> tag you can put table headers,
table rows, table cells, and other tables.
The following attributes are supported:
Attribute
Value/s
align
Left
center
right
border
Pixels (number, EX: "30" )
cellpaddin
Pixels (number, EX: "30" )
g
%
cellspacin
Pixels (number, EX: "30" )
g
%
width
%
Pixels (number, EX: "30" )
Application Development
Description
Aligns the table. Deprecated. Use
styles instead.
Specifies the border width.
Tip: Set border="0" to display
tables with no borders!
Specifies the space between the
cell walls and contents
Specifies the space between cells.
Specifies the width of the table
2 - 7
Need help?
Do you have a question about the SIP 3.0.2 and is the answer not in the manual?
Questions and answers