I need some help getting this ";img src" code correct
I have this:
<!DOCTYPE html>
<html>
<body>
<h1>hello.</h1>
<p>all I have to show on my personal homepage is this sheet of paper with writing on it.</p><br>
<br>
<br>
<h2>sheet of paper #1</h2>
<img src="images/sheet of paper #1.jpg" alt="sheet of paper #1 (this is the details of when the www was born and what today's date is)"
style="width:304px;height:228px">
</body>
</html>
and my site is :a200.atwebpages.com. It's a subdomain. The image isn't displaying on the site. Why? I have 2 files uploaded ------ the index.html file with the above code in it. And the image of a piece of notebook paper I scanned with my scanner. The name of the piece of paper is "sheet of paper #1.jpg". I tried putting a slash in front of the word "images" and then withouyt the slash.
Scanned sheet of notebook paper added to website
What file extension shuld I give this sheet of paper that I scanned to my PC? It says here that it's a jpg. But, on my website, the file doesn't display. Why? How about .bmp instead?