Practicing tribute page as I go

I am not finished with all the lessons in the first cert. But I was just slowly looking at the tribute page as I go while I do the lessons. I can’t get my image to show.

this is my code.

<img id=“image” src=”https://upload.wikimedia.org/wikipedia/commons/6/6a/Betty_White_1988_Emmy_Awards_(cropped_2).jpg" alt=“pic of betty white”>

I wasn’t sure why?

Hello @favoritehorses2018 !
In the <img> element you must have just "", no ”” or '' or „”.

@favoritehorses2018, in the future it’s best to provide a link to your live code rather than just a snippet of code.

The reason you’re not seeing the image is because the link provided points to the location of the image, not the image itself.
Right click on the image, copy image address and that is what you will use in the src attribute.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.