Help needed to upload image on Tribute Page - All tests passed

Hi.
I have repeatedly tried uploading various images, but I have failed.
I have passed all the tests. And I want to understand why I am failing to upload the image.
Any help appreciated. Also any feedback on the page is most welcome.
link to my page
https://codepen.io/floydsantimano/pen/jOmwaQx

code line:
Eddie Van Halen seen tapping

Thanks

Just as a point of terminology, I wouldn’t call this “uploading”, your just linking to an outside resource.

But the issue is here:

      <img id="image" scr="https://pyxis.nymag.com/v1/imgs/0d1/9af/38448ad0ce4cecdef278102895130da4cc-eddie-van-halen-2.rvertical.w600.jpg" alt="Eddie Van Halen seen tapping">

You are misspelled “src”, short for “source” (presumably).

2 Likes

Thank you Kevin.
I am now curious as to why the “HTML Analyser” did not pick that one up?

I don’t know, maybe it doesn’t check if the attributes are valid. I’m sure there is some linter you could set up in a local IDE that might catch stuff like that. I don’t know - I’m a mobile developer so I don’t deal with HTML much.

ok. I will look it up. Thanks again.

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