Freecodecamp: help needed

Created on 23 Nov 2016  Â·  9Comments  Â·  Source: freeCodeCamp/freeCodeCamp

Challenge Comment out HTML has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.87 Safari/537.36.
Please describe how to reproduce this issue, and include links to screenshots if possible.

My code:

<!--h1>Hello World</h1-->
<h2>CatPhotoApp</h2>

<!--p>Hello Paragraph</p-->


When I click submit it gives me an error saying i changed the order
Do not change the order of the h1 h2 or p in the code.
and wont let me get past this please advise?

Most helpful comment

You included the h1 in your comment. As Manish-Giri said, you need to exclude the h1 from your comments. So it should look like:
<!--<Tag>Text</Tag>-->

When you have this type of trouble and can't pass, I suggest to move on to the next lesson (by clicking Map on the top right side) and when you get an answer you can go back and fix your code.

All 9 comments

Hi @jmc3720

The issue tracker is for reporting bugs only. If this is a request for help with a challenge, please use the help chat room or try looking through the forum for help with a specific challenge.

If this is the case, please close this issue.

Happy Coding.

--
_Automated response by Var.CI_ :robot:

I think its a bug

but I maybe wrong:)

@jmc3720 It's not a bug, your code is incorrect. You've partially removed the opening and closing tags for both <h1> and <p>. For instance, this -

<!--h1>Hello World</h1-->

should be

<!--<h1>Hello World</h1>-->

Please visit the Help Room first if you need help with issues like these. Happy Coding!

You included the h1 in your comment. As Manish-Giri said, you need to exclude the h1 from your comments. So it should look like:
<!--<Tag>Text</Tag>-->

When you have this type of trouble and can't pass, I suggest to move on to the next lesson (by clicking Map on the top right side) and when you get an answer you can go back and fix your code.

@jmc3720 thanks for the issue but as others have pointed out, you've commented out your HTML elements incorrectly. Please use the help rooms for questions in the future. Happy coding!

Hello World-->

@lynxumba Please only make comments relevant to the discussion of this issue.

ok

On Sat, Mar 9, 2019 at 5:24 PM Randell Dawson notifications@github.com
wrote:

@lynxumba https://github.com/lynxumba Please only make comments
relevant to the discussion of this issue.

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/freeCodeCamp/freeCodeCamp/issues/11782#issuecomment-471181932,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AuE1DQ6MahSR1rMHCd8x8VbYKT7j1ebmks5vU8QtgaJpZM4K7Cj_
.

Was this page helpful?
0 / 5 - 0 ratings