Search code examples
htmlimagesrc

HTML img tags won't work though the link is correct


HTML img tags won't work though the link is correct

I have been trying for a long time to solve this problem and I searched a lot of websites and tested everything but to no avail.

I just want to show the picture.

<img src='https://jdwel.com/image/teams/eng_newcastle_united.png' width="50px" height="50px" alt="This is an image"/>

Click here (https://i.sstatic.net/3r0du.png) to show the result of this code


Solution

  • The code seems to be fine. Could you add the console logs for this error.

    Since you are getting a 403 error, it seems your request is getting blocked which comes when you access resource you do not have access to