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