Here is a very simple TABLE:
|
|
FRUITS | VEGETABLES |
---|---|
apples | broccoli |
bananas | carrots |
grapes | peas |
FRUITS | VEGETABLES |
---|---|
apples | broccoli |
bananas | carrots |
grapes | peas |
with borders
|
without borders
|
with borders
|
without borders
|
Good Fruits | ||
apples | bananas | oranges |
Good Fruits |
apples |
bananas | |
oranges |
FRUITS | VEGETABLES |
---|---|
<TABLE BORDER=15> <TR> <TD><IMG SRC="kids.gif"></TD> </TR> </TABLE> |
|
<TABLE BORDER=15> <TR> <TD BGCOLOR="CCCCFF" ALIGN=CENTER> <FONT FACE="Arial" COLOR="RED"> <IMG SRC="kids.gif"><BR>FRIENDS </FONT> </TD> </TR> </TABLE> |
|
<TABLE BORDER=15> <TR> <TD ALIGN=CENTER BACKGROUND="red-dot.gif"> <IMG SRC="kids.gif"> </TD> </TR> </TABLE> |
|
<TABLE BORDER=15 BORDERCOLOR=CC0000> <TR> <TD ALIGN=CENTER> <IMG SRC="kids.gif"> </TD> </TR> </TABLE> |
|