Image showimg blank when running the code

Question:
How can i code an image by copying its address from the web , bcs its showing a blank image on my code

code snippet

Hi @TyroneDarren , welcoome to the forums!
What language are you using?

Could you also provide a link to the repl? This way it is easier for staff and members of the community to help you!

Also see this guide on how to share your code:

2 Likes

If you mean in HTML, go like this:

<img src="image url" alt="alt text">

or Markdown?:

![alt text](image url)
2 Likes