Build a Hotel Feedback Form - Step 2

Tell us what’s happening:

I’m getting an error telling me that my title has a spelling error. I copied the title directly between the tags and typed the title various ways. All the spacing seems correct and I have a proper closing tag.
Can anyone see what I’m doing wrong?

Your code so far

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

<!-- User Editable Region -->

    <head>
      <meta charset="UTF-8"
      <title>Hotel Feedback Form</title>      
    </head>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Hotel Feedback Form - Step 2

Welcome to the forum :wave:

Check the opening and closing brackets of the surrounding tags. Make sure to check the previous and following lines as well.

Hi! I could be wrong, but it looks like you may have an end “>” missing somewhere. Specifically in your head element. I suspect your meta element.

Thanks! I completely overlooked that!

1 Like