Uncomment HTML. I am stuck on step 5

Tell us what’s happening:

Your code so far


<!--Hello World-->

<!--CatPhotoApp-->

<!--Hello Paragraph-->

Your browser information:

Your Browser User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36.

Link to the challenge:
https://www.freecodecamp.org/challenges/uncomment-html

2 Likes

You didn’t include the “Tell us what’s happening” section and it doesn’t look like you’ve uncommented anything, so we have no idea what problems you’re having or how to help.

thank you randell for your anwer,but still do not get it.

Something happened to your HTML element tags?
Each line after removing the commenting syntax should be in an HTML element.

Something like this:

<h1>Hello World</h1>

<h2>CatPhotoApp</h2>

<p>Hello Paragraph</p>

I am not in the challenge, hit the reset button and leave the HTML element tags so they are correct. HTML needs to know what to do with each of those lines. Is it a heading? where does it begin and end? Is it a paragraph? . . . and so on.

Instruction for processing.

-WWC

1 Like

Im very new here. please excuse my honesty. May I ask for help, Im stuck on question five.
It is asking me to replace, “p” element with certain text. However, once I do, the text turn red, and somehow once I hit the “run-test” button. Somehow my lesson is not completed. Am I missing something?

Go ahead and click the “Ask For Help” button on the challenge and explain what’s going on.