It says you should have an element "main" with an id of "main"

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

  **Your code so far**
/* file: index.html */
<html>
<head>
<title>
</tile>
<link href="./styles.css" rel="stylesheet">
</head>
<body>
  <main id="main"></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/102.0.5005.62 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

Hi @ lamaansaeed, and welcome to the forum!

You have a small typo in the closing tag of this element:

<title>
</tile>

That seems to be confusing the tests.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.