<html lang="fr">
<head>
<title> JavaScript: Exercice 1</title>
<meta charset="utf-8" />
</head>
<body onload="alert('Bienvenue!');" >
<h1> Exercice 1 </h1>
</body>
</html>