I wrote this code for my web design class. i have the files and extentions and all that saved in sub folders withing the folder the webpage is in... what did i do wrong? the images arnt showing up
<html>
<head>
<title>My Sites</title>
</head>
<body bgcolor="#0000FF">
<h1 align="center"><font face="comic sans ms" color="#808080">My
Sites</font></h1>
<img scr="Images/Salute.jpg">
<h2 align="left"><a href="Level2/index.html"target="_blank"><font
face="comic sans ms" color="#808080">AFJROTC</font></a></h2>
<p><font face="comic sans ms" color="#808080"><b>AFJROTC</b> stands for Air
Force Junior Recruit Officer Training Corps</fond></p>
<br>
<img scr="Images/March.jpg">
<h2 align="left"><a href="Level1/index.html" target="_blank"><font
face="comic sans ms" color="#808080">Drill Team</font></a></h2>
<p><font face="comic sans ms" color="#808080"><b>Drill Team</b> is a part of
the AFJROTC program, its involves marching and rifle spinning</font></p>
</body>
</html>
<html>
<head>
<title>My Sites</title>
</head>
<body bgcolor="#0000FF">
<h1 align="center"><font face="comic sans ms" color="#808080">My
Sites</font></h1>
<img scr="Images/Salute.jpg">
<h2 align="left"><a href="Level2/index.html"target="_blank"><font
face="comic sans ms" color="#808080">AFJROTC</font></a></h2>
<p><font face="comic sans ms" color="#808080"><b>AFJROTC</b> stands for Air
Force Junior Recruit Officer Training Corps</fond></p>
<br>
<img scr="Images/March.jpg">
<h2 align="left"><a href="Level1/index.html" target="_blank"><font
face="comic sans ms" color="#808080">Drill Team</font></a></h2>
<p><font face="comic sans ms" color="#808080"><b>Drill Team</b> is a part of
the AFJROTC program, its involves marching and rifle spinning</font></p>
</body>
</html>