Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

i do not understand how to creat p, and my coding is not working

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <Name>Everyone loves cute cats online!</name>

<!-- 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/134.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

The syntax for the p element is the same as for the body element you did. Try to follow that to do a p element

the p element is created like every other element <> </> then you add a p in there and put the text they tell you to in between like this <tag> Hello world </tag>

and be carefull cause they are case sensitive if they ask you to write Hello World and you write hello world the test won’t pass

Hey Buddy in order to create a p tag you need to write <p>.

See as you just write h1 tag

So here you need to add p in place of Name or name

Hope You Understand.

All you have to do is:

MODERATOR Solution removed

Paragraphs have an opening [ solution removed ]and a closing [solution removed].

Welcome to the forum @lvalderramavergara

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Happy coding

1 Like