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


<!-- User Editable Region -->

<html>
  <head>
    </head>
  <body>
    <h1>CatPhotoAdd</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/110.0.0.0 Safari/537.36

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

Link to the challenge:

Hi! Welcome to the forum!

Please Tell us what’s happening in your own words.

Learning to describe problems is hard, but it is an important part of learning how to code.

The more you say, the more we can help!

First, the lesson only wants you to change what is between the <h1> tags, you do not need to add a <head> element to the code at this stage.

Second, you need to change the text to ‘CatPhotoApp’. You have put ‘CatPhotoAdd’.

Does your text match what the lesson is asking for?

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