Feat: ajoute le devoir pour les 1NSI
This commit is contained in:
52
1NSI/Evaluations/DS_2022-09-19/solutions/index.html
Normal file
52
1NSI/Evaluations/DS_2022-09-19/solutions/index.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang=fr>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="">
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<title>Une belle page</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
<img src="./assets/html.png" alt="html">
|
||||
Devoir 1
|
||||
<img src="./assets/css.png" alt="css">
|
||||
</h1>
|
||||
</header>
|
||||
<section>
|
||||
<h2>
|
||||
Notre Conversation
|
||||
</h2>
|
||||
<div class="me">
|
||||
<h3>Bob</h3>
|
||||
<p>Bonjour</p>
|
||||
</div>
|
||||
<div class="other">
|
||||
<h3>Amy</h3>
|
||||
<p>Salut</p>
|
||||
</div>
|
||||
<div class="me">
|
||||
<h3>Bob</h3>
|
||||
<p>Je suis un chatbot</p>
|
||||
</div>
|
||||
<div class="other">
|
||||
<h3>Amy</h3>
|
||||
<p>Pas moi</p>
|
||||
</div>
|
||||
<div class="me">
|
||||
<h3>Bob</h3>
|
||||
<p>Dommage</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>Mon devoir est terminé</p>
|
||||
<h2>Signature</h2>
|
||||
<p>
|
||||
nom prenom
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user