Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:

Feel silly for getting stuck already. The instruction said to type Cat Photos as a h2 element. I believe I’ve done this but it keeps saying I’ve done something wrong. I just have no idea what that might be. Please help

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>CatPhotoApp</h1>
    <h2>CatPhotos</h2>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (iPad; CPU OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/119.0.6045.109 Mobile/15E148 Safari/604.1

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 2

Hi @Aasiyah Welcome to the forum!

The correction for this is that you need a space between the words “Cat” and “Photos”

In future, you can avoid a lot of errors by typing the exact order of alphabets, spaces and capital letters :smile:

1 Like

Thank you, appreciate the help

1 Like

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