Heim > Fragen und Antworten > Hauptteil
Wie wird beispielsweise in einer Tabelle wie dieser der Titel angezeigt?
灭绝师太2018-03-13 13:24:43
<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>