Build a Cat Blog Page - Step 7

Tell us what’s happening:

Error = figcaption element should have Mr. Whiskers in the Garden.
my code:

Welcome to Mr. Whiskers' Blog Page!

a cat in the garden Mr. Whiskers in the Garden.

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/1.jpg" alt="a cat in the garden">
          <figcaption>Mr. Whiskers in the Garden.</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/139.0.0.0 Safari/537.36 Edg/139.0.0.0

Challenge Information:

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

double check your punctuation

1 Like