HTML RULES = COLS

COLS indicates that there should be borders between the columns but not between rows.

<TABLE BORDER=2 RULES=COLS 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=ROWS >