-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexercice1.html
64 lines (55 loc) · 2.26 KB
/
exercice1.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
<!doctype html>
<html lang="fr">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KSW85ZZ');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<title>Exercice 1</title>
<meta name="description" content="Ceci est la page d'exercices">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KSW85ZZ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="main">
<div class="header">
</div>
<div class="content">
<h1> Exercice 1 <h1>
<p> Tracker le premier lien et uniquement le premier lien</p>
<p><a id="bouttonH" href="https://wafy-source.github.io/eleve1/hello.html">homepage1</a> <br>
<a href="https://wafy-source.github.io/eleve1/hello.html">homepage2</a> </p>
<h1> Exercice 2 <h1>
<p> Tracker l'envoi de ce formulaire</p>
<form class="capeutmarcher">
<fieldset>
<legend>Formulaire</legend>
<p class="note"> Un simple formulaire d'exercice </p>
<p class="form-action">
<label for="newsletter_mail"><abbr class="symbol-required">* </abbr>Champ d’inscription</label>
<input type="email" id="newsletter_mail" name="newsletter_mail" title="Indiquez le destinataire" placeholder="ex. [email protected]">
<input class="button button--success" type="submit" value="Go!">
</p>
<p class="form-more">Merci !</p>
</fieldset>
</form>
<h1> Exercice 3 <h1>
<p> Tracker le lien ci-dessous en utilisant la méthode datalayer.push</p>
<p><a href="https://wafy-source.github.io/eleve1/hello.html">homepagedatalayer</a></p>
<p><a href="https://wafy-source.github.io/eleve1/hello.html" name="button1" >Button 1</a></p>
</div>
<div class="footer">
</div>
</div>
</body>
</html>
</html>