Images not showing up in website

Hi,
I have put my images for my website on file manager in public_html, in a subfolder called “images”.

I have tried to link them using the following html code (in a file named index.html in public_html):

However my page does not show the images.

What am I doing wrong?
-Emily

carrot img src=“file:/public_html/image/home.jpg” carrot

I’ve updated your code to reflect correctly.

You just need /image/image.jpg

You had home.jpg coded when infact it is homepage.jpg

You need to upload two more images to image directory

drawing.jpg and youtube.jpg

cool, thanks!!!
That really helps, thanks a bunch!