2.2.2.33 HTMLTableRowElement

The HTMLTableRowElement interface specifies a row in a table.

The HTMLTableRowElement interface has been extended with the following attributes:

Within a row, the td and th tags are valid.

The tr element is a block element.

 //Introduced in Internet Explorer.
 interface HTMLTableRowElement : HTMLElement {
             attribute DOMString       borderColor;
             attribute DOMString       height;
             attribute DOMString       borderColorDark;
             attribute DOMString       borderColorLight;
 };