Wie wird beispielsweise in einer Tabelle wie dieser der Titel angezeigt?
<html>
<body>
<table border="1"width="500px" height="500px" bgcolor="#ccc" bordercolor="red" cellspacing="0">
<caption>我的标题</caption>
<tr>
<td>a</td>
<td>b</td>
</tr>
</table>
</body>
</html>
<html>
<body>
<table border="1"width="500px" height="500px" bgcolor="#ccc" bordercolor="red" cellspacing="0">
<caption>我的标题</caption>
<tr>
<td>a</td>
<td>b</td>
</tr>
</table>
</body>
</html>