Learn HTML by Building a Cat Photo App - Step 1 I

Tell us what’s happening:
Describe your issue in detail here.
I typed CatPhotoApp, But It doesn’t
work>
Your code so far

<CatPhotoApp>
  </CatPhotoApp>.
    <CatPhotoApp>
  </body>
</html>

Your browser information:

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

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

Link to the challenge:

first welcome to html course
html code is bast course
html rules first type
this is opening

HTML elements have opening tags like <h1> and closing tags like </h1>.
<html>
  <body>this is opening
    <h1>Hello World</h1>
  </body>
</html>this is closing

happy coding ask free

If you are still stuck, try reviewing this post

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