From 851c7f4f210dabd1e769e7d95f13819ce06e7c0f Mon Sep 17 00:00:00 2001 From: anon <anon@anon.anon> Date: Sun, 10 Mar 2024 15:57:36 +0100 Subject: [PATCH] Added table_abusing.html --- table_abusing.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 table_abusing.html 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> +