blob: 6aff79a7948189abf7b5f225800c5c3726e8a198 [file] [log] [blame]
Sections:
Figures:
Tables:
1 Table A (item1)
2 Table B (item2)
Table C (item3)
Table D (item4)
<html>
<head>
</head>
<body>
<table id="item1">
<caption>Table A</caption>
</table>
<table id="item2">
<caption>Table B</caption>
</table>
<table id="item3">
<caption class="Unnumbered">Table C</caption>
</table>
<table id="item4">
<caption class="Unnumbered">Table D</caption>
</table>
<p>
First ref: Table
<a href="#item1">1</a>
</p>
<p>
Second ref: Table
<a href="#item2">2</a>
</p>
<p>
Third ref: Table
<a href="#item3">Table C</a>
</p>
<p>
Fourth ref: Table
<a href="#item4">Table D</a>
</p>
<p><a href="#item1">1</a></p>
<p><a href="#item2">2</a></p>
<p><a href="#item3">Table C</a></p>
<p><a href="#item4">Table D</a></p>
</body>
</html>