Feat: ajoute les premiers exercices sur le HTML
This commit is contained in:
27
1NSI/01_Web_HTML_CSS/solutions/header_paragraph.html
Normal file
27
1NSI/01_Web_HTML_CSS/solutions/header_paragraph.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="">
|
||||
<title>Header et paragraph</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Titre principale de la page</h1>
|
||||
|
||||
<h2>Thèse</h2>
|
||||
|
||||
<p>Jusqu'ici tout va bien</p>
|
||||
|
||||
<h2>Antithèse</h2>
|
||||
|
||||
<p>Là encore</p>
|
||||
|
||||
<p>Mais il reste du chemin</p>
|
||||
|
||||
<h2>Synthèse</h2>
|
||||
|
||||
<p>Finalement ce n'était pas très dur!</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user