What is wrong with the following table code?
<table> <td>Data</td> </table>
<td> should be wrapped in a <tbody>
<td>
<tbody>
<td> should be wrapped in a <tr>
<tr>
The <table> tag should have a type attribute
<table>
type
The table is correctly formed