premier commit
This commit is contained in:
38
HTML exercices/exercice.html
Normal file
38
HTML exercices/exercice.html
Normal file
@@ -0,0 +1,38 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Corrigez moi</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Exercice de validation W3C</h1>
|
||||
</header>
|
||||
<main>
|
||||
<h2>Liste des fruits</h2>
|
||||
<article>
|
||||
<h2>Pomme</h2>
|
||||
<div>
|
||||
<ul>
|
||||
<li>Jonagold</li>
|
||||
<li>Golden
|
||||
<li>Pink lady
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
<footer>(source: Belgique)</footer>
|
||||
</article>
|
||||
<article>
|
||||
<h2>Poire</h2>
|
||||
<div>
|
||||
<ol>
|
||||
<li><a href="https://fr.wikipedia.org/wiki/Conf%C3%A9rence_(poire)">Conférence</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
<aside><img src="http://www.devosgroup.be/images/producten/conf.jpg" alt="cassé"></aside>
|
||||
</article>
|
||||
<aside><p> Mangez au moins 5 fruits et légumes par jour</p></aside>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user