Feat: ajoute le devoir pour les 1NSI
This commit is contained in:
27
1NSI/Evaluations/DS_2022-09-19/annexes/bad_html.html
Normal file
27
1NSI/Evaluations/DS_2022-09-19/annexes/bad_html.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="">
|
||||
<title>BG</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="partie1">
|
||||
<h1>Mon paragraphe</h1>
|
||||
<p>Blahblahblah
|
||||
<ul>
|
||||
<li>
|
||||
Un Voyage
|
||||
</li>
|
||||
<li>De la salade</li>
|
||||
<li>
|
||||
<a href="fsf.org">lycee.com</a>
|
||||
</li>
|
||||
</div>
|
||||
</ul>
|
||||
<p>
|
||||
Blahblahblah
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
33
1NSI/Evaluations/DS_2022-09-19/annexes/html_css.html
Normal file
33
1NSI/Evaluations/DS_2022-09-19/annexes/html_css.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="Author" content="">
|
||||
<title>BG</title>
|
||||
....
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="barretitre">
|
||||
<h1>Titre principal</h1>
|
||||
</div>
|
||||
<div id="auteur">
|
||||
Moi
|
||||
</div>
|
||||
<section class="partie1">
|
||||
<h2>Partie 1</h2>
|
||||
<p>
|
||||
Blahblahblah <a href="fsf.org">fsf.org</a> Blahblahblah
|
||||
</p>
|
||||
</section>
|
||||
<section class="partie2">
|
||||
<h2>partie2</h2>
|
||||
<p>
|
||||
pipopipopipo
|
||||
</p>
|
||||
</section>
|
||||
<footer>
|
||||
<h1>Titre principale</h1>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
3
1NSI/Evaluations/DS_2022-09-19/annexes/style_section.css
Normal file
3
1NSI/Evaluations/DS_2022-09-19/annexes/style_section.css
Normal file
@@ -0,0 +1,3 @@
|
||||
section {
|
||||
background-color: red;
|
||||
}
|
Reference in New Issue
Block a user