Build a Cat Blog Page - Step 15dummy text cat photo blog workshop

Tell us what’s happening:

hi trying to type dummy text. but not liking it. tried typing then pasting and copyting. need some one to paste the correct code for me with a

tags. tried about 8 times. so not sure what i am doing wrong. totally blind and using a screen reader.

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>
    <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>

<!-- User Editable Region -->

        <article>
          <h3>Mr. Whiskers' First Day Home</h3>
 
  <p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
  <p>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>                            


        </article>

<!-- User Editable Region -->

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

Your browser information:

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

Challenge Information:

Build a Cat Blog Page - Step 15
https://www.freecodecamp.org/learn/full-stack-developer/workshop-blog-page/step-15hi, have tried about 8 times. did copy the text. but needs two paragraphs. either stupid, dumb, or not able to see. so have tried about 8 times and then researched it. doing the cat photo blog app workshop. can some one just copy and paste the correct code for me to hear, so then i can then copy and paste. says the Lorem text not in the paragraph. then says i need two paragraphs. can you help me out. driving me nuts, have typed up the code and also copied and pasted it. not liking it and dont know what i am doing or why. or maybe the vallidator is correct. so some kind gentle person able to then just copy the code so i can hear it. so then i can either type it up or copy and paste.
frustrated.
marvin.
ps: using google chrome, and also using jaws 2025.

Hi @BlindVisionMan

You do have two paragraph elements in the correct article element.
However, the first paragraph contains the first line of the required text. The second paragraph contains the rest of the required text.

Please reset the step to restore the original code.

Copy the required text, place it in a paragraph element.
Then below the new paragraph element create a second paragraph element, and paste the required text.

This way you will have two identical paragraph elements.

Happy coding

hi, says the lorem text for the first paragaph and did put it. just paste the code. tried and tried. but not sure whats happening. stupid. can you just do that for me. am i the only one having this issue. as totally blind and using jaws. and now tried 9 times. just do it for me.please. marvin. so then i can then either type up the correct code or hear the code. getting confused and frustrated. can you do this for me now.

hi, did try doing that. put the first line of the text. and then the rest of the text. still not working and now this will be try number 10. and yes did reset the lesson. help me out. just paste the correct code so i can hear. totally confused and frustrated.
marvin.ps: maybe simple and easy to you advanced coders, but first time doing this dummy text.

Please post your latest code.

hi heres my code from my local copy of vs code. pasting below.
marvin.
ps: now here it is.

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>Mister Whiskers Blog</title>
    </head>
    <body>
        <header>
            <figure>
                <img src="https://cdn.freecodecamp.org/curriculum/css-photo-gallery/1.jpg" alt="a cat peacefully sleeping" />
                <h1>Welcome to Mister Whiskers Blog Page</h1>
        <figcaption>
            <p>Mr. Whiskers Sleeping</p>
        </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 antnics of my beloved cat, Mister Whiskers.</p>
    <p>His playful nature and boundless energy keeps me on my toes. I love him so much.</p>
    <section id="posts">
<h2>Posts</h2>
<article>
    <h3>Mister Whiskers First Day Home</h3>
    <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam</p>p>
                <p>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>
  </article>
</main>
    </body>
</html>

.

You or your reader are adding paragraph elements inside the dummy text.

If I remove the paragraph elements inside the dummy text, I get one paragraph element. I can then make a second copy of the paragraph element. This passes the tests. Your code did have an extra angular bracket.

  1. Please reset the step, copy the dummy text.
  2. Paste it into the editor.
  3. Then remove the second paragraph opening tag and the paragraph closing tag immediately after it.
  4. Copy the paragraph element.
  5. Paste it below the first paragraph element.

Happy coding

hi if i take them out, then it complains no text. just post the code below so then i can then either just type or copy and paste. help me out. so this is number 11 or 12. and yes reset. please help. totally confused and frustrated. not passing. so did not put the

tags in, and now still not happy.
help?

Make sure you place the text between the paragraph opening and closing tag for step 2. The example code already contains the paragraph tags.

hi. well then have the two paragraph tags. but not still working. just paste the code in so i can then see what i have to do. pasting the error message below. please just do this for me. still not working. not sure what i am doing wrong or stupid. maybe just dumb, stupid or not able to see. can you just do this for me please. marvin.
ps: 13th time and reset.
not sure what i am doing.
so pasting the error message below.
Sorry, your code does not pass. You’re getting there.

Your first paragraph element should have lorem ipsum text. Double check for spelling Ps:: and heres my two paragraph tags.

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.

and punctuation errors. hi. i did do that. still not liking and says i need the lorem text and have copied and pasted. just give me the code please. this is stupid and 13 times now trying and reset. so i dont know why it is not working. did look at the sample code. not working either. does work in my off line vs code version. help?

if you copy the example code it has alteady the paragraph tags in there
you need to have the whole text twice, one for each paragraph element

you have two p elements, each with part of the text, so the tests fail

the tests expect all the text in each p element

also stop asking people to give you the code, it’s not allowed

also in this case you need to copy the example code and paste it twice

you will also want to keep it safe, you will need it again in future steps