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

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

  **Your code so far**
<html>
<body>
  <CatPhotoApp>Hello World</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/102.0.0.0 Safari/537.36

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

Link to the challenge:

Hey
Here you don’t have to change the text <h1> literally but you have to change what’s present inside h1

So “Hello World” → “CatPhotoApp”

in step 5 How do i add the closing element below the p element?

Just put your cursor at the end of closing p tag and press enter you’ll be able to write the closing main tag

This is what I have written at the end of the p element in step 5 but its giving wrong code

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