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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36

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

Link to the challenge:

Please 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!

im 100%new to codeing its my first lesson on codeing i have change the h1 to a catphotoapp but its not working

im a very slow learner because dyslexia i learn easier with a video lessons

let me see your current code mate!

Step 2

The h1 through h6 heading elements are used to signify the importance of content below them. The lower the number, the higher the importance, so h2 elements have less importance than h1 elements. Only use one h1 element per page and place lower importance headings below higher importance headings.

Below the h1 element, add an h2 element with this text:

Cat Photos
<html><catphotoapp>Hello World</catphotoapp><body><h2><h6>

<html><catphotoapp>Hello World</catphotoapp><body><h2><h6>

it wont let me send code lol

Here,you should have the text CatPhotoApp in an h1 element.
This is an h1 element <h1></h1> the text should be positioned inside the element.

Check this out when you get stack.

I’ve edited your code for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').