Build a Cat Blog Page - Step 11

Tell us what’s happening:

is it wrong

Your code so far

<!DOCTYPE html>
<html lang="en">
  <head>
    <title>Mr. Whiskers' Blog</title>
    <meta charset="UTF-8" />
  </head>
  <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 peacefully sleeping"
        />
        <figcaption>Mr. Whiskers Sleeping</figcaption>
      </figure>
      <nav>
        <ul>
          <li><a href="#about">About</a></li>
          <li><a href="#posts">Posts</a></li>
          <li><a href="#contact">Contact</a></li>
        </ul>
      </nav>
    </header>

<!-- User Editable Region -->

    <main>
      <section>
        <div id="about">
        </div>
      </section>
      
    </main>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 11

hi and welcome to the forum.

What was your question? (did you need help?)

It should be:

add a section element with the id attribute set to "about"

and

add an h2 with the text of About

hello,

Just wanted to share with you because you are new here (welcome btw!), that we prefer a more ‘socratic’ method to helping posters. That is, we like them to try to present their questions first to begin with (even if we can guess what is wrong) and preference is given to the OP being guided to a solution through hints or suggestions on where to look next for example versus just telling them the answer.
(telling someone the answer without letting them find it themselves in some cases can be detrimental because they won’t learn the skills they need to debug or even to ask technical questions for themselves).

thanks for being eager to support the other learners here.

I’m aware. That post was just a repeat of the instructions; it was not telling them the answer. And I’m not all that new here. :slight_smile: but thank you for the “welcome.”

yes I understand. But you didn’t wait for them to ask a question first (I was just making sure you’re aware of the whole idea here, so I added a little more detail)

They had already asked a question: “Is it wrong?” And my original response started with, “Yes.” :slight_smile: