What is wrong with the following code for creating a table?
<tables> <tr><td>Cell 1</td></tr> </tables>
<tables> should be <table>
<tables>
<table>
<td> should be <div>
<td>
<div>
<tr> should be <th>
<tr>
<th>
Cell 1 should be inside a <p> tag
Cell 1
<p>