Build a Cat Blog Page - Step 3

Tell us what’s happening:

Creating a cats blog post
having inserted the meta element and setting the charset, now when it comes to the title tag element. it keeps on failing to accept the code.

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 (X11; Linux x86_64; rv:144.0) Gecko/20100101 Firefox/144.0

Challenge Information:

Build a Cat Blog Page - Step 3

Pay attention to the punctuation. You need to use the punctuation inside of the code syntax block and not grab extra punctuation!

It nearly took me forever to figure this one out, thanks a lot.