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...