-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (70 loc) · 2.82 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>yes ip man</title><!-- title obligatoire -->
</head>
<body>
<table>
<tr>
<td><img src="https://freakingeek.com/wp-content/uploads/2020/07/IPMan4-Banniere.jpg" alt="photo ip man">
</td>
<td>
<h1><a href="https://fr.wikipedia.org/wiki/Yip_Man">ip man</a></h1>
<p><em>Sunt in culpa qui <strong>officia deserunt</strong> mollit anim id est laborum</em></p><!-- em = caractere en italique, strong = carateres en gras -->
</td>
</tr>
</table><hr>
<h3><a href="coordonnees.html">Cillum dolore eu fugiat nulla pariatur</a></h3>
<p>Consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse</p><br><hr>
<h3><a href="contact.html"><strong>contact</strong></a></h3>
<img src="TyAtnsO-modified.png" alt="photo arbre">
<p>tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat</p><hr>
<h3><a href="adaptation.html">X Duis aute irure dolor</a></h3>
<ul> <!-- liste a puces non ordonné -->
<li>Dragon, l'histoire de Bruce Lee (1993) avec Jason Scott Lee dans le rôle-titre, et Luoyong Wang dans le rôle de Yip Man.</li>
<li>Ip Man (2008)</li>
<li>Ip Man 2 (2010)</li>
<li>Ip Man 3 (201511)</li>
<li>Ip Man 4 : Le dernier combat (2019)</li>
</ul><hr>
<h3>Competences</h3>
<table>
<tr>
<td> <table>
<tr>
<td>karaté</td>
<td>★★★★</td>
</tr>
<tr>
<td>kungfu</td>
<td>★★</td>
</tr>
<tr>
<td>judo</td>
<td>★★★★★★</td>
</tr>
</table></td>
<td> <table>
<tr>
<td>boxe</td>
<td>★★★★</td>
</tr>
<tr>
<td>mma</td>
<td>★★</td>
</tr>
<tr>
<td>lutte</td>
<td>★★★★★★</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>