Build a Cat Blog Page - Step 3

Tell us what’s happening:

It says that my title element is misspelled in the console and that is the only correction. Help!

Your code so far

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

<!-- User Editable Region -->

  <head> <meta charset= "UTF-8"> <title> "Mr. Whiskers' Blog"</title> </head>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.3 Mobile/15E148 Safari/604.1

Challenge Information:

Build a Cat Blog Page - Step 3

Hey,
check the text inside the title element. Should it have quotation marks? The extra space could also cause the error.
Also, try not to write your code in the same line. It’s better to add new elements in new line for better readability.
Happy coding!

Did not work. Code is in the pic

Did you try removing the spaces before and after the text?
It’s advised to share code in the editor rather than sharing screenshots. It will help us see the problem clearly.
Good luck!

It Worked, thank you!

1 Like