<html>
<head>
<title>Table Time</title>
</head>
<body>
<tbody>kk</tbody>
<table border="1px">
<tr>
<td>King Kong</td>
<td>1933</td>
</tr>
<tr>
<td>Dracula</td>
<td>1897</td>
</tr>
<tr>
<td>Bride of Frankenstein</td>
<td>1935</td>
</tr>
</table>
</body>
</html>
@tagace67992,
Please read
== the Book == (tbody ???)
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/table
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.