You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.6 KiB
55 lines
1.6 KiB
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="le_super_css.css">
|
|
<title>le super emploi du temps</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Emploi du temps pour l'année 2024 à 2025!
|
|
</h1>
|
|
<table class="Planning">
|
|
<caption>Emploi du temps</caption>
|
|
<tr>
|
|
<th>Temps</th>
|
|
<th>Lundi</th>
|
|
<th>Mardi</th>
|
|
<th>Mercredi</th>
|
|
<th>Jeudi</th>
|
|
<th>Vendredi</th>
|
|
<th>Samedi</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Matin</th>
|
|
<td>Algo</td>
|
|
<td>Systèmes</td>
|
|
<td>Aglais</td>
|
|
<td rowspan="2">Dormir</td>
|
|
<td colspan="2">WEB</td>
|
|
</tr>
|
|
<tr>
|
|
<th>Midi</th>
|
|
<td>Hacker l'iut</td>
|
|
<td>Lorem.</td>
|
|
<td>ipsum</td>
|
|
<td colspan="2">Faire les courses</td>
|
|
</tr>
|
|
<th>Soir</th>
|
|
<td>MarioKart</td>
|
|
<td>Lorem.</td>
|
|
<td>ipsum</td>
|
|
<td colspan="2">Faire les courses</td>
|
|
<td rowspan="2"><img src="/images/photo_Julien.jpg" alt="" width="10%"></td>
|
|
</tr>
|
|
</tr>
|
|
<th>Illustrations</th>
|
|
<td><img src="/images/photo_Julien.jpg" alt="" width="10%"></td>
|
|
<td><img src="/images/photo_Julien.jpg" alt="" width="10%">.</td>
|
|
<td><img src="/images/photo_Julien.jpg" alt="" width="10%"></td>
|
|
<td colspan="2"><img src="/images/photo_Julien.jpg" alt="" width="10%"></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |