html
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
<!DOCTYPE html>
<html>
<head>
<title>Ma page</title>
</head>
<body>
<nav>
<br/>
<center><a href="https://www.sololearn.com/fr/compiler-playground/WYjSYddo63vS" target="_blank"> À propos de moi </a>
<br/>
<br/>
<a href="https://www.sololearn.com/fr/compiler-playground/WjbBB99PTH5w" target="_blank" > Connectez-vous !</a>
</nav>
<header>
<section id="introduction">
<br/>
<br/>
<center>
<h1>Bienvenue sur ma page !</h1>
<br/>
<!-- description de la page-->
<br/>
<p> Ceci est une page d'entraînement au codage html et CSS,
elle va progresser chaque jour, car c'est en s'entraînant que l'on apprends le mieux !</center>
</section>
<br/>
<br/>
<center><a href="#goodbye"> Maman j'ai peur, je veux descendre ! ! </a></center>
Enter to Rename, Shift+Enter to Preview
css
css
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
body {
background-color:rgb(133, 138, 141);
line-height:1.5;
}
*{
font-family:"comic sans MS";
box-sizing:border-box;
}
a:link{
text-decoration:none;
}
a:focus{
color:orangered;
}
a:visited{
color:rgb(78, 24, 129);
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
7
alert("Soyez indulgent, je débute!")
let nameUser= prompt("Quel est votre nom?");
console.log(`Bonjour ${nameUser} ! Installez-vous confortablement, et passez une bonne visite ;)`)
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Запуск