Ajout des exo 2 et 3 du TP4

This commit is contained in:
2024-02-18 15:18:07 +01:00
parent 18e7e6cc7f
commit dc767c9f72
71 changed files with 128 additions and 296 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exercice 3</title>
<link href="exo3.css" rel="stylesheet" />
</head>
<body>
<ul>
<li><a href="https://developer.mozilla.org/docs/Web/HTML">HTML</a></li>
<li><a href="https://developer.mozilla.org/docs/Web/CSS">CSS</a></li>
<li><a href="https://developer.mozilla.org/docs/Web/Javascript">JS</a></li>
</ul>
</body>
</html>