From c4669d58f57ce808d154a4fc300a7bcbd5d89e92 Mon Sep 17 00:00:00 2001 From: yoannchb-pro <71560747+yoannchb-pro@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:47:49 -0400 Subject: [PATCH] added table for test --- test/fake-moodle/css/style.css | 21 +++++++++++++++++++++ test/fake-moodle/index.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) diff --git a/test/fake-moodle/css/style.css b/test/fake-moodle/css/style.css index 29ded4f..db51b89 100644 --- a/test/fake-moodle/css/style.css +++ b/test/fake-moodle/css/style.css @@ -69,3 +69,24 @@ textarea { img { height: 5rem; } + +table { + width: 100%; + border-collapse: collapse; + margin-bottom: 20px; +} + +th, +td { + border: 1px solid #ddd; + padding: 8px; + text-align: left; +} + +th { + background-color: #f2f2f2; +} + +tr:nth-child(even) { + background-color: #f2f2f2; +} diff --git a/test/fake-moodle/index.html b/test/fake-moodle/index.html index 4bd0d8f..aedbc03 100644 --- a/test/fake-moodle/index.html +++ b/test/fake-moodle/index.html @@ -269,6 +269,40 @@ + +
+
+

Give me the id of the personn who have a car

+ + + + + + + + + + + + + + + + + + + + + + + +
idnamebirthDatecars
Person 1Yvick15/08/1999yes
Person 2Yann19/01/2000no
+
+
+ +
+
+