Build a Cat Blog Page - Step 3

Tell us what’s happening:

I cannot move forward. The test said to check spelling in title I checked for mistakes.

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build a Cat Blog Page - Step 3
https://www.freecodecamp.org/learn/full-stack-developer/workshop-blog-page/step-3

Hi there!

Unclosed tag causes the error

1 Like

check this line, is anything missing?

when the line that should pass has no errors, check before it

Can you spot that you have a syntax error here? That is what is causing your code to fail.

Also, whilst it’s not crucial to pass this step, it’s generally a good idea to avoid additional spaces inside your elements, when they’re not strictly necessary (i.e. the title tags should wrap tightly around the text content)

Playing with meta messes with the display.

What do you mean? Please explain in more detail

Well whatever I do to meta open or close removes the announcement from the display completely.

So please restart the lesson and try again

show what code you have that has that issue please

Tell us what’s happening:

I am experimenting with a google suggestion because the apostrophe should go before the s and the test did not accept it even with the new entity.

Your code so far

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

<!-- User Editable Region -->

  <head> <meta Charset="UTF-8"
  <title>Mr. Whiskers&apos; Blog</title>
    
  </head>

<!-- User Editable Region -->

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build a Cat Blog Page - Step 3
https://www.freecodecamp.org/learn/full-stack-developer/workshop-blog-page/step-3

The error is actually on this line - you are missing something

1 Like

Please do not create duplicate topics for the same challenge/project question(s). If you need more help then respond back to the original topic you created with your follow up questions and/or your updated code and question.
The duplicated topic has been unlisted.

Thank you.

1 Like

Hi buddy, very good for at least trying out things.

Here in this section you need to do some changes.

1st you need to put meta element below head element and inside it you need to pay attention on word charset then don’t forget to close the meta element.

2nd you need to check the word between your title element kindly double check the spelling.

Hope this helps you.

Thanks so much I did go over my head. Greatly appreciate your feedback!

Yes! Took me forever.

Not to waste your time. The cat is called Whiskers and deserves the apostrophe after his s. Sorry to be so i don’t know what!

You’re welcome and happy coding