Why does the following code for a table caption fail?
<table> <caption="Table title"></caption> </table>
<caption="Table title"> should be <caption>Table title</caption>
<caption="Table title">
<caption>Table title</caption>
Table title should be inside a <p> tag
Table title
<p>
<caption> should be inside <tbody>
<caption>
<tbody>
<caption> should be inside <thead>
<thead>