Fri Dec 16, 2011 10:11 pm
<html>
<head>
<title>caption element example</title>
</head>
<body>
<center>
<table
width="300"
border="2"
cellspacing="2"
cellpadding="2"
align="center">
<caption valign="bottom" style="color:blue">
Table 1-1. Test results for midterm examples
</caption>
<tr>
<th>Subject 1</th>
<th>Subject 2</th>
</tr>
<tr>
<td>32</td>
<td>31</td>
</tr>
<tr>
<td>54</td>
<td>52</td>
</tr>
</table>
</center>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.