tests/Webdev/table_abusing.html
2024-03-10 16:02:52 +01:00

23 lines
304 B
HTML

<!DOCTYPE html>
<html>
<body>
<table>
<thead>
<tr class="hr">
<th>Board</th>
<th>Threads</th>
<th>Posts</th>
</tr>
</thead>
<tbody>
<a href="aaaaaaaa">
<tr class="hr">
why?
</tr>
</a>
</tbody>
</table>
</body>
</html>