Adding pics from your computer

Tell us what’s happening:

I would like to know the code to add pics from my computer

Your code so far


<h1>Youth Group</h1>
<h2>"JUSH" Jovenes Unidos Siguiendo Huellas</h2>
<img src=

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36.

Challenge: Say Hello to HTML Elements

Link to the challenge:

In order for a photo to be visible online, it must be online. When you are building full websites, you’ll serve your image files with the rest of your website. For now, just search for “free image hosting” and pick your favorite.

thank you for your help

1st your image must be saved in the folder where your codes are being saved. For example i’m creating a Tribute webpage. The codes are in the folder, and my folder name eg. “tribute” and the image I want to show up on my tribute webpage must be in the inside of tribute folder. But for more organized, you have to create a new folder probably name “Images” and then you saved the image there let’s say the name of the image is “image.jpg” then now you can call the image source/path. Eg. <img src="./folder name/image name" in actual <img src="./tribute/image.jpg>