Polycom SIP 3.1 Telephone User Manual


 
Application Development
2 - 11
<thead>
This tag defines a table header. The thead, tfoot and tbody elements enable you
to group rows in a table. When you create a table, you might want to have a
header row, some rows with data, and a row with totals at bottom. This
division enables browsers to support scrolling of table bodies independently
of the table header and footer. When long tables are printed, the table header
and footer information may be repeated on each page that contains table data.
The following attributes are supported:
Note
The <thead> must have a <tr> tag inside. If you use the thead, tfoot and tbody
elements, you must use every element. They should appear in this order: <thead>,
<tfoot> and <tbody>, so that browsers can render the foot before receiving all the
data. You must use these tags within the table element.
Attribute Value/s Description
align right
left
center
justify
char
Defines the text alignment in cells.
char. character Specifies which character to align
text on
Note: Only used if align="char"!
charoff Pixels (number, EX: “30” )
%
Specifies the alignment offset to
the first character to align on.
Note: Only used if align="char"!
valign top
middle
bottom
baseline
Specifies the vertical text
alignment in cells
id unique_name Defines a unique name for the
map tag.
class class_rule
style_rule
The class of the element
title tooltip_text A text to display in a tool tip
style style_definition An inline style definition