Build a Cat Blog Page - Step 11

Tell us what’s happening:

I’m currently stuck on the step 11 of the cat blog page where it’s telling me to write lorem Ipsum text and I’ve tried basically everything and even copied the exact same text in the example but it’s still not accepting it no matter what I write. Can someone please tell me what the correct text is or what I’m doing wrong or what I should do instead?

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 in the garden"
        />
        <figcaption>Mr. Whiskers in the Garden</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>
          Hi there! I'm Jane Doe, a passionate writer who finds endless inspiration in the antics of my beloved cat, Mr. Whiskers.
        </p>
        <p>
          His playful nature and boundless energy keeps me on my toes. I love him so much.
        </p>
      </section>
      <section id="posts">
        <h2>Posts</h2>
        <article>

<!-- User Editable Region -->

          <h3>Mr. Whiskers' First Day Home</h3>
          
          <p>Lorem ipsum dolor sit amet.</p>
          <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas. Quisquam quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.</p>
          

<!-- User Editable Region -->

        </article>
      </section>
    </main>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/149.0.0.0 Mobile Safari/537.36

Challenge Information:

Build a Cat Blog Page - Step 11

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/workshop-blog-page/66a335e5888ffb367633200a.md

Welcome to the forum @waniaxkamran,

You should be using the text in the example for both paragraphs.

Happy coding

Yes, I have already typed out the exact same text in the example, but it’s still not accepting and giving the same “Your first paragraph tag should have lorem Ipsum text”. Can someone please tell me the exact text I should be writing, but I have already checked for spelling errors so I genuinely don’t know what is going wrong.

Make it easy on yourself and just copy/paste the lorem ipsum text from the instructions into both paragraphs.

But it won’t let me copy/paste from the example. It just lets me select the text and that’s it. If I could copy it then it wouldn’t even be a problem. Is it possible for someone to provide me the correct text here in the replies so I can copy it from here?

I don’t understand why you can’t copy the text from the instructions. How are you attempting to do that?

I am on mobile and I’m trying to select the text. It gets highlighted but thats it. It won’t show me the options to copy it.

Can someone please provide me with the correct text?

This is the correct lorem ipsum text to use inside your paragraphs:

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam
  quod, voluptates, quae, quos quibusdam dolorum quia nemo repudiandae
  quidem voluptatum quas. Quisquam quod, voluptates, quae, quos
  quibusdam dolorum quia nemo repudiandae quidem voluptatum quas.