Build a Cat Photo App - Step 1

Tell us what’s happening:

my h1 element is missing
hepl me to get the direct point of view

Your code so far

<html>
  <body>.

<!-- User Editable Region -->

<h>CatPhotoApp<h/>    

<!-- 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/149.0.0.0 Safari/537.36

Challenge Information:

Build a Cat Photo App - Step 1

GitHub Link: https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/blocks/workshop-cat-photo-app/5dc174fcf86c76b9248c6eb2.md

Welcome to the forum @swastikparidarollno ,

Begin the workshop by adding an h1 element with the text of CatPhotoApp .

There is no h element. Instead, you are asked to add an h1 element. And careful with the syntax of the closing tag. Notice how the other closing tags are formed.

Happy coding