
|
To get this:
Type this:
<TABLE BORDER=1>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
|
Or a table can have a wide border by specifying it's value <BORDER=25> within the <TABLE> tag.
By typing it like this:
<TABLE BORDER=25>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
Notice the change to the beginning <TABLE> tag |
||||||||
|
A table can be created without borders that would look like this by specifying <BORDER=0> within the <TABLE> tag.
By typing it like this:
<TABLE BORDER=0
CELLPADDING=25>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
Notice the change to the beginning <TABLE> tag |
One more example
By typing it like this:
<TABLE BORDER=10
CELLPADDING=25>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
Notice the change to the beginning <TABLE> tag |
|
To get this:
Type this:
<TABLE BORDER=1>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
|
Or a table can have a wide border by specifying it's value <BORDER=25> within the <TABLE> tag.
By typing it like this:
<TABLE BORDER=25>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
Notice the change to the beginning <TABLE> tag |
||||||||
|
A table can be created without borders that would look like this by specifying <BORDER=0> within the <TABLE> tag.
By typing it like this:
<TABLE BORDER=0
CELLPADDING=25>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
Notice the change to the beginning <TABLE> tag |
One more example
By typing it like this:
<TABLE BORDER=10
CELLPADDING=25>
<TR>
<TD>1</TD> <TD>2</TD>
</TR>
<TR>
<TD>3</TD> <TD>4</TD>
</TR>
</TABLE>
Notice the change to the beginning <TABLE> tag |