What is incorrect about this table code?
<Table> <Tr><Td>Content</Td></Tr> </Table>
Content should be inside a <span>
Content
<span>
There is nothing wrong
<Td> should be <Th>
<Td>
<Th>
The tags should be lowercase