Learn HTML by Building a Cat Photo App - Step 1

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

  **Your code so far**
<h1>Helloworld</h1>
<h1>CatPhotoApp.</h1>
</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.134 Safari/537.36 Edg/103.0.1264.71

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

Link to the challenge:

Welcome to the forum.

First.
There was some pre-written code.
At the beginning it looked like

<html>
  <body>
    <h1>Hello World</h1>
  </body>
</html>

It appears you deleted part of it. You were not supposed to do that.
You can reset the step to cancel all unnecessary changes.

Second.
You onle need to change this line:

<h1>Hello World</h1>

All you need to do: replace text

Hello World

with the text

CatPhotoApp

Feel free to ask more questions.

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