Tribute Page - Build a Tribute Page

Tell us what’s happening:
Describe your issue in detail here.

My issue is I am kinda lost / stuck. Not really sure if I am missing a lot. Says add title, which I thought I did. Also tells me everything needs to be in the main element.

Your code so far

<!-- file: index.html -->
<!-- file: index.html -->
<!DOCTYPE html>
<meta charset="UTF-8">
<meta lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<title>Squatters Rights</title>
</head>
<body>
<main id="main">
<h1 id="title">Squatters</h1>
<div id="img-div">
 <img id="image" src="<https://images.app.goo.gl/TezPmM2zYuHaGZoz6.jpg"  alt="Squatters">
</div>   
 </main> 
</body>    
</html>  
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

Add all required elements according to the User story, and then check the page out. It seems that you have missed adding a lot here. Post always HTML and CSS code.