blob: d917488f4ec8ec314a5608a965a2cabb33470727 [file] [log] [blame]
Sections:
Figures:
Tables:
1 First tableXYZ (item1)
2 Second tableXYZ (item2)
Third tableXYZ (item3)
Fourth tableXYZ (item4)
<html>
<head>
</head>
<body>
<table id="item1">
<caption>
First table
XYZ
</caption>
</table>
<table id="item2">
<caption>
Second table
XYZ
</caption>
</table>
<table id="item3">
<caption class="Unnumbered">
Third table
XYZ
</caption>
</table>
<table id="item4">
<caption class="Unnumbered">
Fourth table
XYZ
</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">Third tableXYZ</a>
</p>
<p>
Fourth ref: Table
<a href="#item4">Fourth tableXYZ</a>
</p>
<p><a href="#item1">1</a></p>
<p><a href="#item2">2</a></p>
<p><a href="#item3">Third tableXYZ</a></p>
<p><a href="#item4">Fourth tableXYZ</a></p>
</body>
</html>