HTML and CSS Reference
In-Depth Information
Task
Tag
Example
Create a table
Insert table
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>
Specify widths
<table
width=”100%”>
<tr>
<td width=”20%”>
<td width=”80%”>
</tr>
</table>
20%
80%
Specify border
<table border=”0”>
Pad cells
<table
cellpadding=”16”>
Cell contents
are inset
16 pixels
from edge of
cells
Space cells
<table
cellspacing=”24”>
Cells are
separated
by 24 pixels
Change cell background
color
<td
bgcolor=”#000000>
Insert background image in
cell
<td
background=”x.gif”>
Search WWH ::




Custom Search