P
philipp.hat.alles
Guest
Wisst ihr, was ich damit meine?
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
background-image: url('bild.jpg')
<!DOCTYPE>
<html>
<head>
<title>Titel</title>
</head>
<body style="background-image: url('bild.jpg');">
</body>
</html>
<!DOCTYPE>
<html>
<head>
<title>Titel</title>
<style type=text/css>
body {
background-image: url('bild.jpg');
}
</style>
</head>
<body >
</body>
</html>
Ich brauchte jetzt ne Weile um den Satz zu entschlüsselnhab probl. mit internen Bildern. extern also online geht bloß bilder vom eig. rechner...:?