Build a Cat Blog Page - Step 3

Tell us what’s happening:

The cat blog project is requesting that i have a meta element, but I do. I dont understand what the issue is. I tried unindenting the meta code, i tried adding a space before/ after the “UTF-8”, i tried removing the space between the title text, still get the error.

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; rv:135.0) Gecko/20100101 Firefox/135.0

Challenge Information:

Build a Cat Blog Page - Step 3

What error are you seeing in the bottom right? When I paste your exact code in above and submit, it works fine.

Welcome to the forum @jgxm21

Your code passes.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.

Happy coding

1 Like