Mai Images Is Not Showing | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Mai Images Is Not Showing

Ello So listen plz this is my first time coding but i ran into a Problem the problem is when i try put a image on my html webpage it never shows up i tryed alt= but it still never works it shows up as the little paper getting slice in half or something but it really getting to me and i need help <btw im using google chrome> i also created a folder on my desktop with only my *first.html* and my image i wanted to put on my html page but still didn't work.<i also didn't miss spell img or src>

7th Jan 2017, 5:56 AM
Qoala
Qoala - avatar
2 Answers
0
if the image is exist in the same folder of html file so image tag have to be like this <img src="imagename.png" /> and don't forget the extenstion of file (.png .jpg .gif ...etc.)
7th Jan 2017, 6:37 AM
Ahmad Hamdan
Ahmad Hamdan - avatar
0
if the image in same dir(folder) then src="imagename.png" or src="folder1/folder2/imagename.png" you can go back folder src="../folders/imagename.png"
7th Jan 2017, 8:25 AM
ASNM
ASNM - avatar