I started a computer programming class yesterday and for homework we have to make an html page including an image. This is what I did:
<img src="Bayside.jpg"width="300"height="225"/>
all that comes out is a large empty box. I tried it with a lowercase b in bayside, using jpeg instead of jpg, i tried it without the height/width change and I made sure the image file is in the same folder as the html I saved. Why wont it work?
for some reason Y!A is stupid and put... in place of />
<img src="Bayside.jpg"width="300"height="225"/>
all that comes out is a large empty box. I tried it with a lowercase b in bayside, using jpeg instead of jpg, i tried it without the height/width change and I made sure the image file is in the same folder as the html I saved. Why wont it work?
for some reason Y!A is stupid and put... in place of />