HTML RULES = ROWS

RULES=ROWS indicates that there should be borders between rows but not between columns.

<TABLE BORDER=2 RULES=ROWS FRAME=BOX>

gives us this table

NameFood
Starflowerstir fied tofu
Mikovegetable rice soup
Andyhummus
Ping french toast

Note that currently Netscape does not recognize RULES.

RULES=GROUPS >