diff --git a/table_abusing.html b/table_abusing.html new file mode 100644 index 0000000..97700d8 --- /dev/null +++ b/table_abusing.html @@ -0,0 +1,22 @@ +<!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> +