This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
2paragraphes.html
executable file
·464 lines (455 loc) · 18.8 KB
/
2paragraphes.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE html> <!--indique au navigateur que l'on est en html-->
<html lang="fr"><!--commence le corps html et définit la langue-->
<head><!--informations inportantes non visibles par l'utilisateur mais interprétables par le navigateur et les autres langages-->
<title>Stupeflip vite</title><!--titre du site; affiché sur l'onglet ou la fenêtre-->
<meta charset="UTF-8"><!--meta c'est la métadonnées, charset c'est l'encodage des caractères-->
</head>
<body><!--premier contenant de la page; le corps dans lequel on opère-->
<h1>STUPEFLIP VITE STUPEFLIP VITE!</h1><!--titre de premier niveau, mise en forme plus gros-->
<h3>Le truc est cramé dans les FNAC mais il est vivant dans les têtes</h3><!--trosième niveau de titre, un petit peu plus petit que le h1-->
<div><!--division. un autre niveau de contenant; peut contenir plusieurs trucs genre des tables, des paragraphes, des images........-->
<p>Moi je suis <big>Rascar Capac</big> et je t'attaque avec mon Mac<!--paragraphe; va à la ligne à chaque occurence--><!--big: augmente l'importance et la taille de la cible-->
La vie une chausse-trappe, pas de quartier quand les lyrics frappent
Mon <em>sourire te glace</em> comme un clic-clac qui grince<!--emphase; met la cible en italique (standard); alternative: <i>-->
Le voilà qui revient, mince ! <b>Tous les mardis pour</b> te serrer la pince<!--met en gras; alternative: <strong> qui sert aussi à ajouter de l'importance, utile pour le référencement-->
Donne moi le courage d'aller bouffer tous les nuages
Écoute mon cœur, écoute la rage, écoute ce texte anthropophage
Écoute ce mec qui vote réac', écoute cette mère seule qui craque
Écoute le cri des animaux quand on les enfouit dans un sac
<u>Le Crou revient fier</u>, tapi dans l'ombre pendant des millénaires<!--underline, met la cible en souligné-->
Ses poumons t'éclairent comme l'EDF ou le nucléaire
Alors ferme ta gueule, les Argémiones marchent seuls
Pas de meuf pas de taff pas de bouffe, c'est bien casse-gueule
Je me calmerai jamais, j'en ai trop gros sur la patate
Je coupe les pattes, t'épate, encore donner des coups de savate
Et c'est l'hypocrisie totale, peu d'espoir que ça dérange
Et c'est l'apathie générale, peu d'espoir que les gens changent mais</p>
<q>TU L'AS SEQUESTRE BAILLONE LIGOTE</q><!--met un truc entre les guillemets-->
<br />
<blockquote>TU L'AS SEQUESTRE BAILLONE LIGOTE</blockquote><!--met un truc entre les guillemets et décale-->
<br />
<cite>TU L'AS SEQUESTRE BAILLONE LIGOTE</cite><!--met un truc entre les guillemets italique-->
<!--les trois éléments peuvent être combinés-->
<p>Cadillac en peer-to-peer
Reviens te chier dans l'crâne, faire un p'tit tas
C'est au p'tiot que jcause, qui est en toi à qui jcause
Dans ton for intérieur, <a id="enfant">y'a un enfant qui pleure</a><!--le a ça veut dire ancre; ça peut exécuter un url ou faire un point d'ancrage. le id ou sélecteur, définit un point d'ancrage sur lequel on pourra être rediigé, l'id fait aussi rôle de sélecteur interprétable par PHP; l'ID est UNIQUE; on ne peut en avoir qu'un par page-->
Toi tu t'sens plus, lui y se sent mal
Tu l'a séquestré, bâillonné, ligoté
Tu r'connais le p'tit gars qu'est en toi
Le p'tiot la p'tiote qui chiale dans l'fond c'est toi
Tu préfères te cacher, faire le steak haché
Sous vide, t'as du mal à respirer
C'est toi là-haut ? Dans la cour des grands
Tu fais semblant, le coq, le fanfaron, la putain qui tourne en rond
Tu crois gérer mais t'es mal digéré
Il est où le p'tiot qu't'étais ? Il est mort le p'tiot qu't'étais ?</p>
</div>
<section><!--section de texte ou de trucs dedans C KOOL ||| différence sémantique 'avec div. Exactement le même comportement! div, section, header, footer;..... ajoute une signification sur le compréhension du code; là où div est une balise bâtarde, universelle-->
<ul><!--liste non ordonnée (avec des puces)-->
<li>Stupeflip vite Stupeflip vite</li><!--élément de liste-->
<li>Stupé-stupeflip vite, Stupeflip vite Stupeflip vite</li>
<li>Le truc est vivant dans les têtes même s'il est cramé dans les Fnac</li>
<li>Tu l'as séquestré, bâillonné, ligoté</li>
<li>Stupeflip vite Stupeflip vite</li>
<li>Stupeflip vite, Stupé-stupeflip vite Stupeflip vite</li>
<li>Le truc est vivant dans les têtes même s'il est cramé dans les Fnac</li>
<li>Tu l'as séquestré, bâillonné, ligoté</li>
</ul>
</section>
<section>
<ol><!--liste ordonnée (avec des numéros)-->
<li>Stupeflip vite Stupeflip vite</li><!--élément de liste-->
<li>Stupé-stupeflip vite, Stupeflip vite Stupeflip vite</li>
<li>Le truc est vivant dans les têtes même s'il est cramé dans les Fnac</li>
<li>Tu l'as séquestré, bâillonné, ligoté</li>
<li>Stupeflip vite Stupeflip vite</li>
<li>Stupeflip vite, Stupé-stupeflip vite Stupeflip vite</li>
<li>Le truc est vivant dans les têtes même s'il est cramé dans les Fnac</li>
<li>Tu l'as séquestré, bâillonné, ligoté</li>
</ul>
</section>
<img src="https://mvistatic.com/photosmvi/2012/11/14/P1D2243327G_px_640_.jpg" alt="king ju" width="400" height="600"><!--img c'est l'image, src c'est la source de l'image, alt c'est le texte alternatif pour remplacer l'image en cas de non-affichage ou dispositif mal-voyant, width et height sont les tailles, peuvent être renseignées sans unité ou en pixel (par défaut)-->
<br /><!--saut de ligne html; les sauts de ligne dans le code ne comptent pas, au même titre que les alinéas (indentations)-->
<a href="http://www.google.fr">GOOGEL LE BAGEL</a><!-- ancre renvoyant vers un lien; avec href on execute le lien, dans ce cas il s'agit d'un lien externe, signalé par http://-->
<br />
<section>
<ul>
<li><h5>Mes films péférés :</h5>
<ol>
<li>Matrix</li>
<li>Harry Potter</li>
<li>Idiocracy</li>
</ol>
</li>
<li><h5>Mes musiques péférées :</h5>
<ol>
<li>Stupeflip Vite!!!</li>
<li>Le fléau</li>
<li>Petite curiosité</li>
</ol>
</li>
<li><h5>Mes jeux de société péférés :</h5>
<ol>
<li>Lobo77</li>
<li>L'âge de Pierre</li>
<li>Shadows & Hunters</li>
</ol>
</li>
</ul>
</section>
<section>
<!--Démonstration de xHTML, c'est de la vieille techno et on ne s'en resservira plu sur du développement neuf. Ca donne par contre une idée de ce qu'il se faisait avant.-->
<table valign="center" border="1" align="left" bordercolor="black" cellpadding="3" cellspacing="5" bgcolor="cyan" width="270%" height="700px"><!--met un tableau | alignement vertical | larger bordure | alignement horizontal | couleur bordure | padding (espace texte-cellule) | espacement entre cellules | couleur arrière-plan | largeur du tableau; prend la largeur relative au contenant du tableau (ici, le body) ||| Toutes les lignes doivent avoir le même nombre de colonnes pour que ça soit joli.-->
<caption>Le tableau des 26 élèves * les 11 compétences</caption><!--légende du tableau-->
<thead valign="center"><!--le tr c'est une ligne. ce qui est contenu dedans (td ou th) génère des colonnes | le width de en-dessous met les colonnes à une certaine largeur; ici on divise le tableau en 27 et poof ça fait 3.73%. Donc les 27 colonnes occupent 100% du tableau. Psartek. Attention! Si le tableau est trop petit, il va essayer de gagner de la place où il peut.-->
<th width="3.73%">Eleves/Compétences</th><!--th c'est title head donc voilà. Les titres du tablo hihihi.-->
<th width="3.73%">Jean-Louis</th>
<th width="3.73%">Franck</th>
<th width="3.73%">Valérie</th>
<th width="3.73%">Ali</th>
<th width="3.73%">Swan</th>
<th width="3.73%">Michel</th>
<th width="3.73%">Jérémy</th>
<th width="3.73%">Célia</th>
<th width="3.73%">Gary</th>
<th width="3.73%">Fanny</th>
<th width="3.73%">Michael</th>
<th width="3.73%">Thibaut</th>
<th width="3.73%">Maélie</th>
<th width="3.73%">Lucas</th>
<th width="3.73%">Mathieu</th>
<th width="3.73%">Floriane</th>
<th width="3.73%">Lucie</th>
<th width="3.73%">Benoit</th>
<th width="3.73%">Nicolas</th>
<th width="3.73%">Marvin P</th>
<th width="3.73%">Tendry</th>
<th width="3.73%">Julien</th>
<th width="3.73%">Anna</th>
<th width="3.73%">Anne</th>
<th width="3.73%">Jan</th>
<th width="3.73%">Marvin W</th>
</thead><!--thead, tbody et tfooter sont les équivalent de div, section, header,... appliqué au tableau : souci de lisibilité.-->
<tr valign="center">
<th width="3.73%">Maquettage appli</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Conception BDD</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Mise en place BDD</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Dev. Front End</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Dev. Back End</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Compétence 6</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Mise en ligne FTP</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">E-Commerce</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Responsive</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Anglais pro</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
<tr valign="center">
<th width="3.73%">Gestion</th>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
<td with="3.73%"> </td>
</tr>
</table>
<a href="#enfant">enfant fou</a><!--lien pointant vers un id déjà défini dans la page; le caractère à retenir est le "#"; il est aussi utilisé en CSS pour styles les id associés-->
</body>