Getting Error Your opening head tag should come before the closing head tag

Here is my code:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="description" content="Mr. Whiskers The Cat">
    <title>Mr. Whiskers The Cat</title>
 </head>      
</html>

Welcome to the forum @Todd

Please post the link for this challenge so the forum can assist.

I edited your post so the code correctly formats on the forum.

Happy coding

Hi @Teller , Thank You.

You were not asked to add anything to the head element. Remove the elements you added to it. Step 3 is when you add that, it shouldn’t be in step 2.

You have opened my eyes. I’m a little anxious. Thank you and @Teller for taking a moment out of your day to help.

1 Like

Happy to help.

This is a friendly platform and forum, so if you have any questions you can always ask them. Nothing to be worried about.


Just as an FYI, most of the tests are a little strict like this. So avoid making changes that are not in the requirements.

Happy coding.