How can I get a picture to show up on a web page using html codes?

rossyk94

New member
I have an assignment putting images on a web page. I can get images to show up using a url for the source, but can't get the images from my desktop in an image folder to show up for nothing! I've went thru every little tutorial showing how to do this, but it still won't work. These are the html codes I'm using:
<html>
<head>

<title> My images </title>

</head>
<body>
<p>
<img src="images/abstract.jpg" alt="abstract art">
</p>
<p>
<a href="http://www.google.com"> <img src="images/pets.JPG" alt="my pets" border="0"/> </a>
</body>
</html>
Please help! This is really getting on my nerves...
 
Back
Top