Learn HTML by Building a Cat Photo App - Step 2

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

  **Your code so far**
</h1> <cat Photo> 
<h2>
  <h3>CatPhotoApp</h4>
<h5catPhoto/App
/h6>
  **Your browser information:**

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

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

Link to the challenge:

for every opening h1 to h6, it should be closed
the opening < h1 > the closing < h1 /> (no space inside)
FCC gives example with h1 element, in the following line write code similar with the example but instead h1 is h2 and the text instead ‘CatPhotoApp’ is Cat Photos
hope this will help

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