How to input your own image link

How do i display my own choice of image in my code? Can someone help with this?

1 Like

Sure. Find an image. Download it. Go to an image hosting site like https://imgbb.com or https://postimages.org and upload your image. It will give you a link to put in the src attribute of your img element.

<img src="<your image link goes here>" alt="<your image description goes here>">

If you’re using GitHub Pages or something like that, there is also a way to host your files there in a folder.