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>
  <h2>Cat Photos</h2>
  
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

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

Link to the challenge:

Hey there…

Please write the problem your facing in the description next time for people to understand your problem…

The p element is used to create a paragraph of text on websites. Create a p element below your h2 element and give it the following text:

Click here to view more cat photos.

The p element is a more like a heading tag but they are not entirely the same…They both have opening and clossing tags…

That above is a paragraph tag…All you need to do is add the text between the opening and closing tags…

Hope this helps…

It doesn’t appear you have made any changes to the original HTML. Do you have a specific question about this step?

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