Learn HTML by Building a Cat Photo App - Step 1

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

  **Your code so far**
<html>
<body>
  <CatPhotoApp>HelloWorld <CatPhotoApp>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1

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

Link to the challenge:

If you’re new to html, I can see where the wording in this step could be confusing.
In your body element you have h1 elements. Between the h1 element opening and closing tags is where you want to REPLACE HelloWorld with CatPhotoApp

Mod Edit: SOLUTION REMOVED

Hope this helps and welcome to freeCodeCamp! Remember when going through the projects to read your instructions carefully. Learn lots outside of fCC and don’t hesitate to reach out when you find yourself hitting a wall.
Hang in there, you got this!

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