A TABLE
with NHTML attributes used way too much:
This is a table cell. It is relatively wide. In fact, it is
quite wide now because we added some text to it.
There's even a horizontal rule here! | We want this cell to wrap around a few lines to see how some other things react. VALIGN=middle | A narrow cell. | Another fairly wide cell. VALIGN=bottom |
TR ALIGN=right Neat, huh? | ALIGN=left, VALIGN=top | A plain cell. | ALIGN=center |
In particular, the following attributes are exercised:
ALIGN
on the TD
element
ALIGN
on the TR
element,
BGCOLOR
on the TABLE
element,
BGCOLOR
on the TD
element,
BGCOLOR
with an invalid color on the
TR
element,
VALIGN
on the TABLE
element,
VALIGN
on the TD
element, and
VALIGN
on the TR
element.
Reference information covering the BGCOLOR
attribute
in that other browser is available at http://webreference.com/html3andns/.