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