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**
<html>
<body>
  <h1>Hello World</h1>
</body>
</html>
<h1>CatPhotoApp</h1>

  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; TECNO KF7j Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36

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

Link to the challenge:

Give the challenge info a good re-read. Identify if it’s asking you to add a <h1></h1> or change the text of the one already there.
The area you need to work on will be below the challenge info, and above the Check your code button.

change the “hello world” to the word given.

Yeah it says, find the h1 element and change its text to CatPhotoApp.
There’s a h1 already there, <h1>Hello World</h1>. Delete the ‘Hello World’ text and add the new one.

<h1>CatPhoto<h1>

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