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>
2 ответов
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.)
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"