<table>
<caption>This is the caption</caption>
<thead>
<tr>
<th>
Double bars
</th>
<th>
Separate header fields
</th>
</tr>
</thead>
<tfoot>
<tr>
<td>
Triple bars
</td>
<td>
Separate footer fields
</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>
Single bars
</td>
<td>
Separate body fields
</td>
</tr>
<tr>
<td>
Here are <em>more</em> 1
</td>
<td>
body fields 1
</td>
</tr>
<tr>
<td>
Here are <script>"more"'</script> 2
</td>
<td>
body <em>fields</em> 2
</td>
</tr>
<tr>
<td>
Here are more 3
</td>
<td>
body <strong>fields</strong> 3
</td>
</tr>
<tr>
<td>
Here are <code>more</code> 4
</td>
<td>
body <strong><em>fields</em></strong> 4
</td>
</tr>
</tbody>
</table>
<table>
<caption>caption <a href="#fn3" class="footnote" id="fn_back3">[3]</a></caption>
<thead>
<tr>
<th>
</th>
<th>
hello
</th>
<th>
htere
</th>
<th>
cioa
</th>
</tr>
</thead>
<tfoot>
<tr>
<td>
</td>
<td>
foot
</td>
<td>
<strong>foot</strong> <a href="#fn2" class="footnote" id="fn_back2">[2]</a>
</td>
<td>
<strong><em>foot</em></strong>
</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>
</td>
<td>
table
</td>
<td>
table
</td>
<td>
table
</td>
</tr>
<tr>
<td>
</td>
<td>
table1
</td>
<td>
table2 <a href="#fn1" class="footnote" id="fn_back1">[1]</a> aksdfla askl djlaksdj lakjsdfl kjasdlk fjalsdk jflaksjd lkjasld kjfal skdjlkasjd fljasdlkfjalksdjflasdlkjfalskdflaskd fljasldkfj
</td>
<td>
table3
</td>
</tr>
<tr>
<td>
</td>
<td>
table4
</td>
<td>
<em>table5</em>
</td>
<td>
table6
</td>
</tr>
</tbody>
</table>
<p class="fnline"><a class="footnotebody" href="#fn_back3" id="fn3">[3]</a> third not
</p>
<p class="fnline"><a class="footnotebody" href="#fn_back2" id="fn2">[2]</a> second note
</p>
<p class="fnline"><a class="footnotebody" href="#fn_back1" id="fn1">[1]</a> footnotes
</p>