0
Image output
How can I put image on body-background
1 Réponse
+ 1
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-image:myimage.jpg;
}
</style>
</head>
<body>
</body>
</html>