Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    p <cat photos>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 3

Link to the challenge:

Hello,
Welcome to the Forum :wave:


Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more you say, the more we can help!

i dont understand the step 3 task

You need to create a paragraph element. So do you see the h2 in your code? Your paragraph is going to be set up just like that. You can use that as an example. Except instead of h2 you are going to use p, and instead of the text between the h2 you are going to use the text the challenge asks you to use.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.