Feat(NSI): ajoute le deuxième exercice

This commit is contained in:
2023-03-04 16:00:10 +01:00
parent 0e00d80273
commit 376be97f01
9 changed files with 93 additions and 20 deletions

View File

@@ -1,11 +1,13 @@
<!DOCTYPE html>
<head>
<title> "Languages" </title>
<title> "Langages" </title>
<meta charset="utf-8">
<body>
<ul id="langages">
<li> HTML </li>
<li> CSS </li>
</ul>
</body>
</html>
</head>
<body>
<h1>Langages du web</h1>
<ul id="langages">
<li> HTML </li>
<li> CSS </li>
</ul>
</body>
</html>