blob: 5458f4e22b51e1865be8cb3589299942d01db985 [file] [log] [blame]
Sections:
Figures:
Tables:
1 First table (item1)
2 Second table (item2)
3 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>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">3</a>
</p>
<p>
Fourth ref: Table
<a href="#item4">Fourth table</a>
</p>
</body>
</html>