une correction du tp2

This commit is contained in:
2025-11-23 11:00:46 +01:00
parent 68ca62927e
commit 7d81beb8bb
10 changed files with 489 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
table {
border-collapse: collapse;
}
td {
border:1px solid black;
width:50px;
height:50px;
}