Img elements error

Tell us what’s happening:

I try to source for picture online, but after pasting the URL from google image, its not appearing on my project board. Any help please

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.0; Infinix X571) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.127 Mobile Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

How did you paste your img src. It should look like this:

<img src="your src here" alt="should be useful">

If it’s right, then something is wrong with your link.
I usually first check whether the images link I want are working or not before starting .

try this: directly copy the link of the link from the google and paste and check if it’s working or not .
Hope it’s helpful.

1 Like

Images are going to be an image file (eg jpeg, PNG, gif). Check that’s what you’ve actually copied. The actual Google images link won’t work, as it’s not the URL for an image.

1 Like