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
i just want to know if this is corect

<html>
  <body>
    <h1>Hello World</h1>
  <h1>Cat Photo App</h1>


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36

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

Link to the challenge:

i need help on the html code

it is not correct because the instruction was not followed exactly.

Find the h1 element and change its text to:

CatPhotoApp

You ignored the h1 element instead of ‘finding it’ and you added another element instead with the text ‘Cat Photo App’

Reset the code and this time, follow the steps as provided.
(that is, find the h1 element in the editor and change its text to the given phrase)

can some one help me on the second test

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

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