Learn HTML by Building a Cat Photo App - Step 1

I am not getting an idea for building a catphotoapp. My code is

catphotoapp

.

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <h1>catphotoAAp</h1>.

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

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

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

Welcome to the community @Joshroby !

Good attempt!

If you reset the step.

Delete the Hello World.

Copy the CatPhotoApp from the instructions and paste is where the Hello World was between the h1 tags, you should move on to the next step.

<h1>text goes here</h1>

Happy coding.

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