avancement de Show, liaison entre Quizz et Question

This commit is contained in:
trochas
2025-09-25 15:45:24 +02:00
parent d65baa3a78
commit 8e8609aa4b
9 changed files with 124 additions and 14 deletions

View File

@@ -0,0 +1,20 @@
body{
}
table.show{
border-collapse: collapse;
text-align: left;
border: 2px solid #C0C0C0;
}
thead.show{
background-color: #F0F0F0;
}
th.show{
padding-left: 5px;
padding-right: 5px;
border: 1px solid #C0C0C0
}

View File

@@ -7,6 +7,8 @@
<body>
<h1>Hello World!</h1>
<a href =http://localhost:8080/myform.html>myform</a>
<a href =http://localhost:8080/Quizz.html>Quizz</a>
<a href =Show>show</a>
</body>