Questions sur le recaptcha
Fermé
matheo0003
Messages postés
8
Date d'inscription
mardi 10 mars 2015
Statut
Membre
Dernière intervention
22 janvier 2017
-
23 juin 2016 à 08:55
theketur55 Messages postés 117 Date d'inscription mercredi 4 décembre 2013 Statut Membre Dernière intervention 14 janvier 2018 - 23 juin 2016 à 13:10
theketur55 Messages postés 117 Date d'inscription mercredi 4 décembre 2013 Statut Membre Dernière intervention 14 janvier 2018 - 23 juin 2016 à 13:10
1 réponse
theketur55
Messages postés
117
Date d'inscription
mercredi 4 décembre 2013
Statut
Membre
Dernière intervention
14 janvier 2018
8
23 juin 2016 à 13:07
23 juin 2016 à 13:07
<!DOCTYPE html>
<html>
<head>
<title>Les Bases en HTML</title>
<meta charset="utf-8"
</head>
<body>
<!--Lien Externe-->
<p>Cliquez <a href="https://fr.wikipedia.org/wiki/Accueil">ICI</a> Pour Vous Rendre à l'accueil de Wikipédia</p>
</body>
</html>
<html>
<head>
<title>Les Bases en HTML</title>
<meta charset="utf-8"
</head>
<body>
<!--Lien Externe-->
<p>Cliquez <a href="https://fr.wikipedia.org/wiki/Accueil">ICI</a> Pour Vous Rendre à l'accueil de Wikipédia</p>
</body>
</html>
23 juin 2016 à 13:07
23 juin 2016 à 13:09
<!DOCTYPE html>
<html>
<head>
<title>Page De Départ</title>
<meta charset="utf-8">
</head>
<body>
<h1>Page De Départ</h1>
<p>Lien Vers <a href="milieu.html" target="_blank">La Page Milieu</a></p>
<p>Lien Vers <a href="sous/sous.html" target="_blank">La Page Sous</a></p>
<p>Lien Vers <a href="../parent.html" target="_blank">La Page Parent</a></p>
</body>
</html>
23 juin 2016 à 13:10