Hey,ich bastel derzeit an einer Homepage mit Html und css,nun hab ich folgendes Problem:
Ich wollte ein Bild einfügen nun sehe ich das bild aber nicht:
Mein Quelltext:
<html>
<head>
<title>Habbo Tutorials</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="Inhalt">
<div id="logo">
<a>RETRO TUTORIAL</a>
</div>
<div id="navigation">
<a href="#">STARTSEITE</a>
<a href="#">Downloads</a>
<a href="#">infos</a>
</div>
<div id="bild">
<img src="webpage/bild.jpg" alt="Banner">
</div>
<div id="text">
</div>
<div id="footer">
</div>
</div>
</body>
</html>
Woran liegt es?Hoffe auf hilfe.
Danke im vorraus!