Prev | Current Page 531 | Next

Craig Grannell

"The Essential Guide to CSS and HTML Web Design"

99
Defines how many columns the cell
spans.
See also Chapter 6, ???Spanning rows
and cells.???
Provides a name for a related group of
cells. Not commonly used.
(Note: any td cells containing the axis
attribute are/should be treated as
table header cells by the user agent.)
Defines the horizontal alignment of
table cell content. It??™s recommended
that you use the CSS text-align
property instead (see its entry in the
CSS reference) to do this.
align=left|right|
justify|center
(deprecated)
Defines a table cell.
See also Chapter 6, ???How tables
work??? and ???Building a table.???
Specifies the vertical alignment of
table cell content. It??™s recommended
that you instead use the CSS
vertical-align property (see its
entry in the CSS reference) to do this.
valign=top|middle|
bottom|baseline
(deprecated)
Defines the horizontal alignment of
table cell content. It??™s recommended
that you use the CSS text-align
property instead (see its entry in the
CSS reference) to do this.
align=left|right|
justify|center
(deprecated)
THE ESSENTIAL GUIDE TO CSS AND HTML WEB DESIGN
440
XHTML REFERENCE
441
Element Attribute Description Standard attributes
rowspan=number