Build a Final Exams Table - Step 2

Tell us what’s happening:

i am trying to see what i spelt wrongly, i have typed over and over but it says i should check my title element..

Your code so far

<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <meta charset="UTF-8"
    <title>Calculus Final Exams Table</title>
  </head>
  <body>
    </body>

<!-- User Editable Region -->

</html>

Your browser information:

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

Challenge Information:

Build a Final Exams Table - Step 2

1 Like

Make sure all HTML elements are properly closed.

The problem isn’t in your title element.

This is what it keeps saying “Your title element should have the text Calculus Final Exams Table. You may need to check your spelling”

Hi @abidemiwork

Look at the element above the title element.

Syntax highlighting is indicating a problem with the code before it.

Happy coding

1 Like

Check if your elements other than the title element, which is completely fine by the way, are properly closed.

CHECK IF YOU FORGOT SOMETHING ON TOP OF THE TITLE

Thank you, i had to close the meta element