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>

<!-- User Editable Region -->

    <CatPhotoApp>Hello World</CatPhotoApp>

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 1

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

hello! @nouraeldimary65 the instruction is confsusing here, so what you need to do is to change the text “Hello Word” instead of the element “H1” hope this help!

@nouraeldimary65 Hello!
Welcome to the fCC community. The fCC community is here to serve you, but we need your help so we can serve you better. What is your question, or what are you struggling with? What have you already tried, and what was the results? In the future please address the things mentioned above. You’ll get better results. It’s about good communication.

This is the beginning. Just looking at your code it seems you were attempting to do the common Hello World!. Anyways you should follow the instructions.

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

The text for an element goes between its opening and closing tags.

Find the h1 element and change its text to:

CatPhotoApp

Here is a great resource for learning about the HTML Section Heading elements just in case this is new to you.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements
I hope your issue is resolved. If so please tick the solution box so someone gets credit as well it closes this post if it is resolved. If not please state your issue in details and post your code. Thank you.

-Happy coding!

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