<html>
<head>
<style>
*::after {
content: counters(bar, '', none);
}
</style>
</head>
<body>
<table>
<thead></thead>
<th></th>
</table>
</body>
</html>