comment faire une couleur d'arrière-plan en html
<body style="background-color: #fff">
<!---this will change the body color---!>
</body>
Famous Fly
<body style="background-color: #fff">
<!---this will change the body color---!>
</body>
<body style="background-color:powderblue;">
<p style="background-color:tomato;">This paragraph has a red background.</p>
</body>
<body style="background-color:grey;">
<body bgcolor="some color">
HTML goes here
</body>
<html>
<body style="backgroung:red">
<body>
</html>