Need a bit of help with HTML...image related.?

  • Thread starter Thread starter rubbertoe17
  • Start date Start date
R

rubbertoe17

Guest
I can't seem to make my image show up on the web browser, I have been trying for so long but no matter what I do it only shows up as a red x. Could you guys help me out?

Here is my line of code:

<center>
<img src="images/strawb.jpeg" alt= "strawberries"/>
</center>

I don't know whats wrong I saved both the image and the HTML file in an image folder I created.
 
Instead of putting "images/strawb.jpeg", try inserting the whole URL where you got the image. Also, you may not need the "alt" part. Hope it helps.
 
Back
Top