Build a Cat Blog Page - Step 15

Tell us what’s happening:

is FreeCodeCamp dumb or what!.i have been trying solving this problem since yesterday, they are giving this unnecessary error.

Your code so far


<!-- User Editable Region -->

<!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>
    <main>
      <section id="about">
        <h2>About</h2>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        <p>His playful nature and boundless energy keep me on my toes. I love him so much.</p>
      </section>
      <section id="posts">
        <h2>Posts</h2>
        <article>
          <h3>Mr. Whiskers' First Day Home</h3>
          <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Molestias, error excepturi! Ratione eum numquam id voluptates ex, voluptas sunt eaque ipsam iure odit optio deserunt.</p>
          <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Laborum iure consectetur nulla quos facilis explicabo consequuntur maiores at, adipisci dicta quod officia in sequi perspiciatis.</p>
        </article>
      </section>
    </main>
  </body>
</html>


<!-- User Editable Region -->

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 15

That’s quite a way to ask for help! What error or hint are you getting?

2 Likes

you need to use the text you are given to use to pass the tests

I was too frustrated at that time i forgot to write the error!
but now i get the Answer for the error,
(your first paragraph element should have lorem ipsum text. double check for spelling and punctuation errors).Error Was this.!