Placer image dans le coin

Placer image dans le coin - HTML/CSS - Programmation

Marsh Posté le 21-03-2004 à 15:13:56    

Bonjour j'aimerai savoir comment placer une image en haut à gauche d'une page de façon à ce qu'elle touche les bords

Reply

Marsh Posté le 21-03-2004 à 15:13:56   

Reply

Marsh Posté le 21-03-2004 à 18:26:40    

<!--doctype quivabien>
<html>
<head>
<meta avec charset>
<style type="text/css">
body { margin:0; padding:0 }
</style>
</head>
<body>
<img src="monimage.jpg" alt="monimage" />
</body>
</html>

Reply

Marsh Posté le 21-03-2004 à 23:40:12    

merci giz

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed