From ba3f9a3ae979dc4639dda294785b3ec38a6ab258 Mon Sep 17 00:00:00 2001 From: compukid Date: Tue, 9 Jul 2024 22:16:10 -0400 Subject: [PATCH] tables-testing1 --- testing/style2.css | 2 ++ testing/tables52.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 testing/style2.css create mode 100644 testing/tables52.html diff --git a/testing/style2.css b/testing/style2.css new file mode 100644 index 0000000..489b23e --- /dev/null +++ b/testing/style2.css @@ -0,0 +1,2 @@ +table, th, td { border: 1px solid black; border-spacing: 50px; } +table { border-collapse: collapse; } \ No newline at end of file diff --git a/testing/tables52.html b/testing/tables52.html new file mode 100644 index 0000000..31a434f --- /dev/null +++ b/testing/tables52.html @@ -0,0 +1,16 @@ + + + + + + code for questions + + + + + + +
NamesAge
Michael21
+ + + \ No newline at end of file