Learn HTML by Building a Cat Photo App - Step 1

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

  **Your code so far**
<CatPhotoApp>
<body>
  <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/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62

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

Link to the challenge:

You’ll want to restart this step to get the original HTML back. Changing the text inside the h1 element means changing the text between the opening <h1> tag and the closing </h1> tag. Current that text is “Hello World”. You want to change it to “CatPhotoApp”.

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