What is wrong with this code aiming to add a table caption?
<table> <legend>Table Title</legend> </table>
<legend> should be inside a <tr>
<legend>
<tr>
There is nothing wrong
Table Title should be inside a <p> tag
Table Title
<p>
<legend> should be <caption>
<caption>