Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 53
Table Tags
The following table tags are supported:
<table>Defines a table
<caption>Defines a table caption
<th>Defines a table header
<tr>Defines a table row
<td>Defines a table cell
<thead>Defines a table header
<tbody>Defines a table body
<tfoot>Defines a table footer
Note: XHTML Table Must be Correctly Formatting For Proper Phone Display
XHTML tables must include <tbody> and </tbody> tags to be displayed properly on the phone.

<table>

The <table> tag defines a table. Inside a <table> tag you can put table headers, table rows, table
cells, and other tables. The align and bgcolor attributes of the table element are not supported in
XHTML 1.0 Strict DTD.
The <table> tag supports the attributes listed in the following table.
Table 43: <table> Tag Attributes
Attribute
Value(s)
align
left, center, right
Aligns the table. Deprecated. Use styles instead.
border
pixels
Specifies the border width. Set border=0 to display tables with no borders.
cellpadding
pixels or %
Specifies the space between the cell walls and the contents.
cellspacing
pixels or %
Specifies the space between the cells.
width
pixels or %
Specifies the width of the table.