Skip to content

Commit

Permalink
tables-testing1
Browse files Browse the repository at this point in the history
  • Loading branch information
Compukid committed Jul 10, 2024
1 parent c1991ba commit ba3f9a3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
table, th, td { border: 1px solid black; border-spacing: 50px; }
table { border-collapse: collapse; }
16 changes: 16 additions & 0 deletions testing/tables52.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<META CHARSET="UTF-8">
<link rel="stylesheet" href="style2.css">
<title>code for questions</title>
</head>
<body>

<table>
<tr><th>Names</th><th>Age</th></tr>
<tr><td>Michael</td><td>21</td></tr>
</table>

</body>
</html>

0 comments on commit ba3f9a3

Please sign in to comment.