-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04_selecteur.html
More file actions
37 lines (36 loc) · 1.04 KB
/
04_selecteur.html
File metadata and controls
37 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>SELECTEUR</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="CSS/04_selecteur.css" />
</head>
<body>
<!-- h1+section>p*10 -->
<h1>Sensei</h1>
<section>
<p>1- un paragraphe</p>
<p>2- un autre</p>
<p>3- je suis en 3eme place</p>
<p>4- je viens aprés</p>
<p>5- en 5</p>
<p>6- et encore</p>
<p>7- moi en 7</p>
<p>8- moi je ne bouge pas</p>
<p>9- voiture balai</p>
<p>10- en dernier</p>
</section>
<div class="zone1">Zone 1</div>
<div class="zone2">zone 2<span class="line"> Moi je serais vert citron</span></div>
<div class="Zone4">Zone 4<span>444444</span></div>
<div class="Zone 5">
<ul>
<li>Zone 5 -1</li>
<li>Zone 5 -2</li>
<li>Zone 5-3</li>
</ul>
</div>
</body>
</html>