HTML FRAME = BOX

FRAME=BOX means there should be borders on all four sides. BOX is usually used in conjunction with RULES=ALL to create a table that has outside borders but no inside borders:

<TABLE BORDER=1FRAME=BOX RULES=NONE>

gives us this table

NameFood
Starflowerstir fied tofu
Mikovegetable rice soup
Andyhummus
Ping french toast

FRAME=BORDER >