Learn HTML by Building a Cat Photo App - Step 3

I have a problem with step 3, am entering what they are directing me but not responding. I could pray for your help on building a Cat Photo App step 3

Post your code here, and link to the challenge in question.

The task is explained very clearly. Below your h2 element add the ‘p’ element. You added again the h2 element, surrounding the ‘p’ element. Delete the h2 tags before and after the sentence. After the word “gallery” you miss something…

Please do it for me so that I should see maybe I have not understood the statement.

  1. Copy the entire ‘p’ element from your code shown in the last post:
<p>Sentence.</p>
  1. Restart the step
  2. Paste your sentence below the existing:
<h2>Cat Photos</h2>

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