HTML and CSS Reference
In-Depth Information
ments, tag syntax and order, attributes, and so on, and to which you
may refer as you read the following various detailed descriptions:
Figure 10-1. HTML table example
<table border cellspacing=0 cellpadding=5>
<caption align=bottom>
Kumquat versus a poked eye, by gender</caption>
<tr>
<td colspan=2 rowspan=2></td>
<th colspan=2 align=center>Preference</th>
</tr>
<tr>
<th>Eating Kumquats</th>
<th>Poke In The Eye</th>
</tr>
<tr align=center>
<th rowspan=2>Gender</th>
<th>Male</th>
<td>73%</td>
<td>27%</td>
Search WWH ::




Custom Search