HTML RULES = ALL

RULES=ALL indicates that all the internal borders should be visible. RULES=ALL is usually used in conjunction with FRAME=VOID so that there are outer borders but no inner borders.

<TABLE BORDER=2 FRAME=VOID RULES=ALL>

gives us this table

NameFood
Starflowerstir fied tofu
Mikovegetable rice soup
Andyhummus
Ping french toast

RULES=COLS >