meta données pour cette page
  •  


<html>
<head>
<title>
la déclaration de variables
</title>
</head>

<body>
<p id="afficherIci"></p>

<script>
var artiste = "coryArcangel";
document.getElementById("afficherIci").innerHTML = artiste; 
</script>

</body>
</html>