Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 56
Attribute
Value(s)
lang
language_code
Sets the language. For example, EN=English, DE=German.
nowrap
nowrap
Whether to disable or enable automatic text wrapping in this cell. Deprecated. Use styles instead.
rowspan
number
Indicates the number of rows this cell should span.
title
tooltip_text
Text to display in a tool tip.
scope
col, colgroup, row, rowgroup
Specifies if this cell provides header information for the rest of the row that contains it (row), or for the rest of the
column (col), or for the rest of the row group that contains it (rowgroup), or for the rest of the column group that
contains it.
style
style_definition
An inline style definition.
valign
top, middle, bottom, baseline
Specifies the vertical alignment of the cell content.
width
pixels, %
Specifies the width of the table cell in pixels or a percentage. Deprecated. Use styles instead.
xml:lang
language_code
Sets the language. For example, EN=English, DE=German.
<tr>

This tag defines a row in a table. The bgcolor attribute of the <tr> element are not supported in

XHTML 1.0 Strict DTD.

The <tr> tag supports the attributes listed in the following table.

Table 47: <tr> Tag Attributes
Attribute
Value(s)
align
left, right, center, justify, char
Specifies the horizontal alignment of cell content text.