Why wont my image show up in my html page?

Jason McIsaac

New member
this is the code i used
<html>
<body>
<img src="Assets/topbanner.jpg" height="400" width="1000">
</body>
</html>
if anyone could help me that would be great thanks
 
I might be able to help...

Here are some troubleshooting steps you should follow...

1. Try putting a "/" before the ">" ( so <img src="Assets/topbanner.jpg" height="400" width="1000"/>"
2. Make sure the "A" on "Assets" IS supposed to be capitalized.
3. Make sure "jpg" is supposed to be lowercase (sometimes the image is saved as "JPG" rather than "jpg".
 
Back
Top