Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

Is something wrong in the below code for element name? I’m not able to get through to the next step.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <elementName>Everyone loves cute cats online!</elementName>
  </body>
</html>

Your mobile information:

iPhone - iOS18.6

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

Link to the challenge:

Hi there and welcome to the forum!

Sure, there is no elementName tag in HTML, it is just an example.

Your task is to create a p element (paragraph), so you’ll need to use its corresponding tags:

<p>…</p>

2 Likes

Thank you, much appreciated!

2 Likes

i do the same thing and it doesn’t recognize the closing tag sayng”Your p element should have a closing tag. Closing tags have a / just after the < character.” and that is just what i do i put the / right after the< in the closing tag

please create your own topic for your questions

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button 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.

Hi there! Please follow the instructions above to create your own topic. Thanks