Learn HTML by Building a Cat Photo App - Step 1

Tell us what’s happening:
Describe your issue in detail here.
i just joined and i don’t really understand what exactly or the steps in detail
expected of me

  **Your code so far**
https://catphotoapp
/th/id/R.bd3621523dfe8fe653ba09ce70948218?rik=2k45%2fnIPMtCktA&riu=http%3a%2f%2fupload.wikimedia.org%2fwikipedia%2fcommons%2f4%2f4d%2fCat_November_2010-1a.jpg&ehk=QW7GKs1JbYDuRxfsNt9aZ70GyaUQ6b%2biv2SdKnCoUP0%3d&risl=1&pid=ImgRaw&httpcatphotoapp
.wikimedia.org%2fwikipedia%2fcommons%2f4%2f4d%2fCat_November_2010-1a.jpg&ehk=QW7GKs1JbYDuRxfsNt9aZ70GyaUQ6b%2biv2SdKnCoUP0%3d&risl=1&pid=ImgRaw&r=0
</body>
</html>
  **Your browser information:**

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

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

Link to the challenge:

Please reset the steo, and look at the code and the explanation.
The instructions point to an element in the code which you should change.

please i don,t quite understand it can you explain it better?

I don’t know what this is but it’s not what you should do.

Did you use the “Restart step” button?

start from there, then look at the starting code.
There is only one line in the highlighted part

   <h1>Hello World</h1>

And you are asked to change the text between the opening and closing tag of this element

please i have restarted it but still having difficulties. i would like to know if these course is for someone without any knowledge in coding because i have none

Yes, it’s for complete beginners. What is confusing?
If you want help, you can copy your code in a post here

Step 1

HTML elements have opening tags like <h1> and closing tags like </h1>.

Find the h1 element and change its text to:

CatPhotoApp

Make sure that the text is between its opening and closing tags.

please i would appreciate it very much if you could give me a step by step detail of how to do it

Yes, that’s the description. But what have you written to try to complete the challenge?

What is your current code?

<catphotoapp>Hello World</catphotoapp>

This is not a valid h1 tag. You shouldn’t change the tags, only the words ‘Hello World’

   <h1>CatPhotoApp</h1>
    Cat Photos

please help with this step

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.