<html>
<head><title>Welcome to Real.com</title>
</head>
<body bgcolor= “white” text=“red”>
<h1>Hello and welcome to my awesome site!</h1>
<h2>Greetings!</h2>
<p> |Home|
<b>Welcome Home!</b></p>
<center><img src=“john_hancock.jpg” width=“400” height=“500” alt=“john_hancock”></center>
<br>
<a href=“home.html” style=“color:red;”>Back to Home</a>
<body>
</html>
I am currently experimenting with adding images to my website for fun, but I seem to be encountering some issues. The image file is in the same directory as the code, so I'm not sure what's causing the problem. Any help would be greatly appreciated! Thanks!