-
Notifications
You must be signed in to change notification settings - Fork 0
/
challenge5.html
112 lines (109 loc) · 4.76 KB
/
challenge5.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE >
<html>
<head>
<meta charset="utf-8"/>
<title>Cinquième challenge</title>
<link rel="stylesheet" href="../css/page5.css"/>
</head>
<body>
<header>
<div class="menu" >
<img src="../Images/y.jpeg" class="logo" />
<figcaption> Association HC </figcaption>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<hr width="97%"/>
<p class="p1" >tel</p>
<p class="p2" >contact</p>
<br/>
<br/>
<hr width="97%"/>
<br/>
<p class="p3" >Inscription</p>
<br/>
<hr width="97%"/>
<p class="p4" >Téléchargement</p>
<br/>
<br/>
<br/>
<hr width="97%"/>
<br/>
<p class="p5" >About US</p>
<br/>
<br/>
<br/>
<hr width="97%"/>
<input type="text" placeholder="search" class="search" />
<input type="submit" class="submit" />
<br/>
<br/>
<br/>
<br/>
<hr width="97%"/>
<nav>
<ul>
<li><a href="#" >News</a></li>
<li><a href="#" >Evenement</a></li>
<li><a href="#" >structure</a></li>
<li><a href="#" >solde</a></li>
<li><a href="#" >Groupe</a></li>
</ul>
</nav>
<hr width="97%"/>
<ul class="a" >
<li>Acte</li>
<li>Règle</li>
<li>sport</li>
<li>Religion</li>
</ul>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<hr width="97%"/>
<ul class="b" >
<li>Joie</li>
<li>Amour</li>
<li>Danse</li>
</ul>
</div>
</header>
<section>
<h1>The Essence Of wordpress<br/></h1>
<h2>Blogging</h2>
<img src="../Images/etude (9).jpg" class="photo" />
<p class="p6">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente repellat animi aperiam, vitae quo molestias magnam corporis explicabo quasi enim quod qui totam nulla aspernatur modi recusandae placeat blanditiis optio quia voluptatibus consectetur ipsum ex deserunt aliquam! Id suscipit ut at quasi ipsam quisquam beatae, soluta officia unde aperiam dolores laborum officiis ullam quos eum adipisci. Vel nesciunt, esse perspiciatis laborum, minima corporis eveniet nam nobis ratione beatae quas eum saepe fugiat commodi a incidunt voluptatum numquam aspernatur dolor non ducimus excepturi perferendis corrupti! Ipsa aut, esse a asperiores in deleniti, hic possimus iste dolorem dolores sunt porro accusamus eveniet!</p>
<h3>Minimilastic Design</h3>
<img src="../Images/etude (5).jpg" class="photo2" />
</section>
<footer>
</footer>
<aside class="lien" >
<ul>
<li><a href="challenge1.html" >challenge1</a></li>
<li><a href="challenge2.html" >challenge2</a></li>
<li><a href="challenge3.html" >challenge3</a></li>
<li><a href="challenge4.html" >challenge4</a></li>
<li><a href="challenge5.html" >challenge5</a></li>
<li><a href="challenge6.html" >challenge6</a></li>
<li><a href="challenge7.html" >challenge7</a></li>
<li><a href="challenge8.html" >challenge8</a></li>
<li><a href="challenge9.html" >challenge9</a></li>
<li><a href="challenge10.html" >challenge10</a></li>
</ul>
</aside>
</body>
</html>