Faire un arrière-plan en couleur

posted in: html | 0


 
 

Ceci est un titre

Ceci est un paragraphe.

Le code expliqué :

<!DOCTYPE html>
<html>
<body style= »background-color:lightgrey; »>
<h1>Ceci est un titre</h1>
<p>Ceci est un paragraphe.</p>
</body>
</html>

logowebmaster1