Good day every one please I need help on 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> 
  <click here to view more cat photos>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; 2201117TG) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36

Challenge: Step 3

Link to the challenge:

The text ‘click here to view more cat photos’ needs to be enclosed by a p tag.

This W3 page describes the paragraph element and how to use it.
It is good to ask for help, but it is also good to look things up online too. W3 is a good source for understanding HTML.

I have tried severally, please what’s P tag

The letter p surrounded by <> :slight_smile:

1 Like

Little bit of terminology clarification
lets say we have some random element

<element>some stuff inside element</element>

The above is an element as a whole thing
Opening tag will be

<element>

Closing tag will be

</element>
1 Like

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