tr

tr — A row in an HTML table

Synopsis

Content Model

tr ::=

Attributes

Attributes:

  • All of:
    • align (enumeration)
      • “left”
      • “center”
      • “right”
      • “justify”
      • “char”
    • char
    • charoff
  • valign (enumeration)
    • “top”
    • “middle”
    • “bottom”
    • “baseline”

Description

Identifies a row in an HTML table.

Processing expectations

Processed like an HTML tr.

Attributes

align

FIXME:

Enumerated values:

left

FIXME:

center

FIXME:

right

FIXME:

justify

FIXME:

char

FIXME:

char

FIXME:

charoff

FIXME:

class

FIXME:

lang

FIXME:

onclick

FIXME:

ondblclick

FIXME:

onkeydown

FIXME:

onkeypress

FIXME:

onkeyup

FIXME:

onmousedown

FIXME:

onmousemove

FIXME:

onmouseout

FIXME:

onmouseover

FIXME:

onmouseup

FIXME:

style

FIXME:

title

FIXME:

valign

FIXME:

Enumerated values:

top

FIXME:

middle

FIXME:

bottom

FIXME:

baseline

FIXME:

Parents

These elements contain tr: informaltable (db.html.informaltable), table (db.html.table), tbody (db.html.tbody), tfoot (db.html.tfoot), thead (db.html.thead).

Children

The following elements occur in tr: td, th.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/07 16:41:46 $.