Learn HTML by Building a Cat Photo App - Step 1

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

HTML elements have opening tags like <h1> and closing tags like </h1>.

The text for an element goes between its opening and closing tags.

Find the h1 element and change its text to:

CatPhotoApp I made but it dose,nt work

Your code so far

<html>
  <body>

<!-- User Editable Region -->

    <catphotoApp</catphotoApp>

<!-- User Editable Region -->

</html>

Your browser information:

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

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

Link to the challenge:

you understood something wrong. you should not replace the <h1><h1> to <catphotoApp></catphotoApp> … you should add catphotoApp between <h1> and </h2>

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