Connected: An Internet Encyclopedia
4.10. Table Row (TR) elements

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1942
Up: 4. A walk through the Table DTD
Prev: 4.9. Table Head, Foot and Body Elements
Next: 4.11. Table Cells: TH and TD

4.10. Table Row (TR) elements

4.10. Table Row (TR) elements

   <!ELEMENT tr - O (th|td)+>

   <!ATTLIST tr                       -- table row --
           %attrs;                    -- id, lang, dir and class --
           %cell.halign;              -- horizontal alignment in --
                                      -- cells --
           %cell.valign;              -- vertical alignment in cells --
           >

The TR or table row element acts as a container for a row of table cells. The end tag may be omitted.

ID, CLASS, LANG and DIR
See earlier description of common attributes.

ALIGN, CHAR, CHAROFF and VALIGN
Specify values for horizontal and vertical alignment within table cells. See inheritance order of alignment properties.


Next: 4.11. Table Cells: TH and TD

Connected: An Internet Encyclopedia
4.10. Table Row (TR) elements