Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 54

An example for the <table> tag is shown next.

Table 44: <table> Tag Example
{
<table align=”center” border=”1px” cellpadding=”1px” cellspacing=”1px” width=”100%”
/>
<caption>

This element defines a table caption. The <caption> tag must be inserted directly after the <table>

tag. You can specify only one caption per table. The caption is usually centered above the table. The

align attribute of the caption element is not supported in XHTML 1.0 Strict DTD.

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

Table 45: <caption> Tag Attributes
Attribute
Value(s)
align
left, right, top, bottom
Aligns the caption. Deprecated. Use styles instead.
id
unique_name
Defines a unique name for the map tag.
class
class_rule, style_rule
The class of the element.
title
tooltip_text
Text to display in a tool tip.
style
style_definition
An inline style definition.
dir
ltr (left to right), rtl (right to left)
Sets the text direction.
lang
language_code
Sets the language. For example, EN=English, DE=German.
xml:lang
language_code
Sets the language. For example, EN=English, DE=German.