-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml5base.html
297 lines (271 loc) · 12 KB
/
html5base.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
<!doctype html>
<!-- Doctype importante pour déclarer l'utilisation du HTML5 -->
<html lang="fr-GP">
<head>
<!-- Encodage + les balises metas sont tres important pour le référencement -->
<meta charset="utf-8">
<!-- Contacter le webmaster -->
<meta name = "reply-to" content = "contact@freshloic.fr">
<!-- Relatif à la taille de l'écran de l'appareil -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Titre de l'onglet de la page web, impotant à bien remplir pour le référencement de la page
Google le tronque à partir de 45 caracteres -->
<title>Freshloic | Le fichier HTML5 de base</title>
<!-- La description apparait en bas du titre de votre page dans les moteurs de recherche les client la voit -->
<meta name="description" content="Le fichier HTML5 de base">
<!-- Mots clés menant à votre site ne pas en abuser pour ne pas fâcher Google xD -->
<meta name="news_keywords" content="text, groupe de mots, ect">
<!-- Twitter meta card https://cards-dev.twitter.com/validator -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@freshloic">
<meta name="twitter:creator" content="@freshloic">
<meta name="twitter:title" content="Freshloic | Le fichier HTML5 de base">
<meta name="twitter:description" content="Le fichier HTML5 de base.">
<!-- Lorempicsum générateur d'images développé pr Jonathan Boyer #Grafikart -->
<meta name="twitter:image" content="http://lorempicsum.com/up/627/300/4">
<!-- Google : -->
<meta name="google-site-verification" content="..." />
<!-- Bing : -->
<meta name="msvalidate.01" content="..." />
<!-- Gmail : -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Person",
"name" : "freshloic",
"url" : "https://www.freshloic.fr",
"sameAs" : [
"https://twitter.com/Freshloic",
"https://plus.google.com/+freshloic",
"https://www.facebook.com/freshloic",
"https://www.youtube.com/user/freshloic",
"https://www.instagram.com/freshloic"
]
}
</script>
<!-- Facebook : -->
<meta property="og:title" content="Freshloic | Le fichier HTML5 de base">
<meta property="og:description" content="Le fichier HTML5 de base">
<meta property="og:image" content="http://lorempicsum.com/up/627/300/4">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- v=1.0 version du css, pour régler les problèmes de mise en cache du navigateur -->
<link rel="stylesheet" href="css/main.css?v=1.0">
<!-- Ajout d'un favicon au site web -->
<script>
//Si le navigateur est Firefox le favicon sera animée grace à un gif créé le votre ici http://www.favicon.cc
if (navigator.userAgent.indexOf("Firefox")!=-1)
document.write('<link href="http://freshloic.fr/img/favicon.gif" rel="icon" type="image/gif">');
else
document.write('<link href="http://freshloic.fr/img/favicon.ico" rel="shortcut icon">');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="js/scripts.js"></script>
<!-- Permet à IE de lire les éléments HTML5 -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<noscript>Votre navigateur ne supporte pas le javaScript</noscript>
<!-- Entête -->
<header>
<!-- Logo -->
<a href="#" title="Accueil" rel="home">
<img src="http://lorempicsum.com/simpsons/55/50/5" alt="Logo Image" class="logo">
</a>
<h1>Freshloic site web</h1>
<!-- Navigation -->
<nav>
<ul>
<li><a href="#about" title="A propos">À propos</a></li>
<li><a href="#services" title="Nos services">Services</a></li>
<li><a href="#contact" title="Nous joindre">Contact</a></li>
<li><a href="#login" title="Ouvrir votre compte">Se connecter</a></li>
<li><a href="#signin" title="Créer un compte">S'inscrire</a></li>
</ul>
</nav>
</header>
<!-- Contenu principal -->
<main>
<article>
<header>
<h2>Les nouvelles technologies</h2>
</header>
<figure>
<img src="http://lorempicsum.com/up/627/300/4" alt="intro">
<figcaption>Fig1. - The Pulpit Rock, Norway.</figcaption>
</figure>
<p>
Son superbe écran Retina de 4 pouces1 confère à tous vos contenus une netteté extraordinaire.
Et ses bords mats chanfreinés ainsi que son logo en acier inoxydable apportent une touche finale de toute beauté.
</p>
<!-- Vidéo -->
<iframe style="border: none;" width="560" height="315" src="https://www.youtube.com/embed/GXjbbpBn8xY" allowfullscreen></iframe>
<!-- Audio -->
<audio controls>
<!-- Music libre d'utilisation : http://www.bensound.com/ -->
<source src="http://www.bensound.com/royalty-free-music?download=happiness" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
<!-- Google map -->
<div id="map" style="width:100%;height:500px"></div>
<script>
function myMap() {
var mapCanvas = document.getElementById("map");
var mapOptions = {
// Personnaliser vos coordonnées ici latitudepuis longitude
center: new google.maps.LatLng(16.1547308, -61.9560547),
zoom: 10,
disableDefaultUI: true
}
var map = new google.maps.Map(mapCanvas, mapOptions);
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?callback=myMap"></script>
<!-- Tableau -->
<table style="width:100%">
<!-- Legende général -->
<caption>Users info</caption>
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
<!-- formulaire -->
<form action="#" method="post">
<fieldset>
<legend>Personal information:</legend>
<label>First name:</label><br>
<!-- Seulement des lettres minimum 4 max 10 -->
<input type="text" name="firstname" value="Mickey" pattern="[A-Za-z]{4,10}"><br>
<label>Last name:</label><br>
<input type="text" name="lastname" value="Mouse"><br>
<label>Email:</label><br>
<input type="email" name="email" value="Mickey" placeholder="Ecris@moi.fr"><br>
<input type="checkbox" name="vehicle1" value="Bike"> I have a bike<br>
<input type="radio" name="gender" value="male" checked> Male<br>
<input type="radio" name="gender" value="female"> Female<br>
<input type="radio" name="gender" value="other"> Other<br>
<label>Quantity (between 1 and 5):</label><br>
<input type="number" name="quantity" min="1" max="5"><br>
<label>Password:</label><br>
<input type="password" name="password" value=""><br><br>
<input type="submit" value="Submit">
<input type="reset" value="Reset">
</fieldset>
</form>
<!-- formulaire de recherche -->
<form>
<label>Search Google: </label>
<input type="search" name="googlesearch">
</form>
<section>
<h3>L’iPhone SE d’Apple</h3>
<article class="art-1">
<header>
<h4>Son prix</h4>
<p>Auteur : Eric</p>
</header>
<img src="http://lorempicsum.com/up/200/200/2" alt="art-1">
<p>
Le design de l’iPhone SE est un classique. Revisité, il atteint un tout nouveau degré de raffinement.
Avec sa finition en aluminium microbillé au rendu satiné, l’appareil est à la fois léger, compact et très agréable à prendre en main.
</p>
<footer>
<p>Posté le
<time datetime="2016-09-03">3 Septembre 2016</time>
</p>
<p>Dernière modification le
<time datetime="2016-09-03">3 Septembre 2016</time>
</p>
</footer>
</article>
<article class="art-2">
<header>
<h4>Son design</h4>
<p>Auteur : Jimmy</p>
</header>
<img src="http://lorempicsum.com/up/200/200/3" alt="art-2">
<p>
Son superbe écran Retina de 4 pouces1 confère à tous vos contenus une netteté extraordinaire.
Et ses bords mats chanfreinés ainsi que son logo en acier inoxydable apportent une touche finale de toute beauté.
</p>
<footer>
<p>Posté le
<time datetime="2016-02-02">2 février 2016</time>
</p>
<p>Dernière modification le
<time datetime="2016-02-02">2 février 2016</time>
</p>
</footer>
<p>Le <abbr title="Partir Sans Gagner">PSG</abbr> a encore ... perdu !
Utilisez le <dfn>HTML5</dfn>, langage de structuration de page web, pour optimiser votre site</p>
<dl>
<dt>HTML5</dt>
<dd>Langage de structuration</dd>
<dt>CSS</dt>
<dd>Langage de mise en page, design</dd>
</dl>
<strong>Texte en Gras</strong>
<em>Texte en italique, ou emphasis</em>
<mark>Texte passé au marqueur</mark>
<dfn>Terme à définir</dfn>
<code> <?= "some php lol" ?></code>
<kbd>ctrl</kbd>
<var>var i=0</var>
</article>
</section>
</article>
</main>
<!-- Pied de page -->
<footer>
<!-- Logo -->
<a href="#" title="Accueil" rel="home">
<img src="http://lorempicsum.com/simpsons/55/50/5" alt="Logo Image" class="logo">
</a>
<!-- Navigation -->
<nav>
<ul>
<li><a href="#about" title="A propos">À propos</a></li>
<li><a href="#services" title="Nos services">Services</a></li>
<li><a href="#contact" title="Nous joindre">Contact</a></li>
<li><a href="#login" title="Ouvrir votre compte">Se connecter</a></li>
<li><a href="#signin" title="Créer un compte">S'inscrire</a></li>
</ul>
</nav>
<hr>
<p>Auteur et graphiste: JEAN-CHARLES Loïc</p>
<p>Contact information: <a href="mailto:contact@freshloic.fr" title="Nous envoyer un email">contact@freshloic.fr</a>.</p>
<a href="#mentions" title="Nos conditions">Mentions légales</a>
<ul>
<li><a href="#twitter" title="Suivez nous sur twitter">Twitter</a></li>
<li><a href="#facebook" title="Ajouter nous sur facebook">Facebook</a></li>
<li><a href="#google" title="Suivez nous sur google">Google+</a></li>
</ul>
<address>
Guadeloupe,France
</address>
<!-- Small est la balise indiqué pour mettre le copyright -->
<small>© Copyright 2016, <a rel="author" title="Portfolio JEAN-CHARLES Loïc" href="http://freshloic.fr">Freshloic</a></small>
</footer>
</body>
</html>