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