Despite entering the correct URL link, I am facing an issue with adding a background image to one of my webpages. I have included the image tag in the code but the image is not displaying as expected. Can anyone help me troubleshoot this problem?
<!DOCTYPE html>html>
<head>
<title>Know US!</title>
</head>
<body>
<h1>About Us</h1>
<pre><h2>Our Mission!</h2><p>
-To promote spirit of health and fitness around the globe.
-To induct,motivate and train the youth to undergo rigorous
training in various games & sports to preparethem for sporting
arenas at both national and international levels.
-To provide them with state of the art & world class indoor and
outdoor facilities for that purpose.
<h3>Our Vision</h3>
<p>Our vision is to shape the people into physically and mentally
healthy and robust individuals irrespective of their age, gender,
caste or creed.Our vision is to facilitate the youth to persue
their individual dreams and aspiration in the field of sports and
provide them the best possible indoor-outdoor facilities of
international standards.</p>
</pre>
</p>
<h3>
Our Glorious Journey</p>
</h3>
<hr />
<main>
<div class="box">
<img src="cri.jpg">
</div>
<div class="box">
<img src="boxing.jpeg">
</div>
<div class="box">
<img src="cri2.jpg">
</div>
</main>
</body>
</html>
I have included the image tag with the correct URL, but still cannot see the image. Any suggestions on why this could be happening would be greatly appreciated.