Build a Cat Blog Page - Step 7

Tell us what’s happening:

Anyone else having trouble with this section? My code is correct, but it’s not passing me. I believe the element is causing the issue.

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Mr. Whiskers' Blog</title>
    <meta charset="UTF-8" />
  </head>

<!-- User Editable Region -->

  <body>
    <header>
      <h1>Welcome to Mr. Whiskers' Blog Page!</h1>
      <figure>
        <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/2.jpg" alt="a cat peacefully sleeping">
        <figcaption>Mr. Whiskers Sleeping</figcaption>
      </figure>
    </header>
  </body>

<!-- 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/134.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 7

Hi. Your img src is different, you have a number 2 instead of 1. Cut and paste the attribute src value from the instructions