Build a Cat Blog Page - Step 3

Tell us what’s happening:

why is my title name not passing the code even though i wrote it correct

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 3

Hi,
Welcome to the community!
It’s not passing because of the extra spaces before and after the text inside your title element.
Try removing those and you’re good to go.
Happy coding!