Web Development and Design Foundations with XHTML, 5th Edition

(Steven Felgate) #1

(^594) Appendix A XHTML Reference
The Ta g



The tag creates a table header cell. Table header cells display text in bold font face
and centered. Table A.20 shows tag attributes and their values.
The Ta g

The tag creates a caption for the table. The valignattribute is used to
place the caption above or below the table. The values for the valignattribute are
"top"and "bottom". The deprecated alignattribute specifies the placement of the
caption. The values for the alignattribute are "bottom", "center", "left", "right",
and "top"(default).

A.12 Table Section Tags


The <thead>Ta g
<thead></thead>
The <thead>tag defines a block of one or more table header rows.

The <tbody>Ta g
<tbody></tbody>
The <tbody>tag divides a table into sections. It delineates one or more rows as a
group. Use the rulesattribute on the <table>tag to indicate the group visually.

The <tfoot>Ta g
<tfoot></tfoot>
The <tfoot>tag defines a block of one or more table footer rows.

A.13 Frames Tags


The <frameset>Ta g
<frameset></frameset>
The <frameset>tag configures a Web page that uses frames. The browser window is
divided into multiple smaller windows so that multiple Web pages can be displayed and
individually scrolled at the same time. Table A.21 shows <frameset>tag attributes and
their values. Examples of the rowsand colsattributes are included.
Free download pdf