Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening.
test wont accept my changes. It says my code is wrong, except it iisn’t because I did exactly what was instructed. can’t move on, need help.

Your code so far
Hello World

<html>
  <body>

<!-- User Editable Region -->

    <CatPhotoApp>Hello World</CatPhotoApp>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

Try to read the instruction carefully.

<h1> Inside here is called text </h1>

You should only modify the text not the element

2 Likes

It worked! :grin: thank you very much!

Can you share your new code. Use the format button </> and paste all your code between the lines it gives you

1 Like
<h1>CatPhotoApp</h1> 
1 Like

Looks good. I sent that earlier, but looks like you figured it out!

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