Why won't this HTML code work (Inserting an image).?

siobhan l

New member
I'm trying to insert an image which is saved in my 'Elements' folder but all that comes up on the web page is the outline of the image and the alt tag...Not the image itself. My code appers correct so I don't understand what's going on. I've tried:
<img scr="Banner.jpg" width="754" height="137" alt="Feet first Banner" />
<img scr="Elements/Banner.jpg" width="754" height="137" alt="Feet first Banner" />

Any help would be greatly appreciated since this assignment is due in tomorrow...:|
 
Back
Top