< retour au tutoriel - l'autre page

<html>

<head>
<style type="text/css">
#conteneur {
height: 200px;
width: 200px;
background-image: url(background.gif); 
}
</style>
</head>

<body>
<div id="conteneur">
</div>
</body>

</html>