question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
CherryLeChickencommented, Nov 23, 2016

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.

3reactions
Manish-Giricommented, Nov 23, 2016

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Immediate Help Needed Jobs, Employment | Indeed.com
40640 Immediate Help Needed jobs available on Indeed.com. Apply to Customer Service Representative, Project Coordinator, Sales Representative and more!
Read more >
Help Wanted Ads, Jobs Classifieds, Employment ...
Help Wanted ads, jobs, employment near me. Job search made simple. Find local, regional help wanted job postings. Companies are now hiring.
Read more >
What is another word for "help needed"? - WordHippo
What is another word for help needed? ; help wanted · hiring ; now hiring · position vacant ; staff required · staff...
Read more >
20 Best temporary help needed jobs (Hiring Now!) - SimplyHired
15573 temporary help needed jobs available. See salaries, compare reviews, easily apply, and get hired. New temporary help needed careers are added daily...
Read more >
Help needed/Jobs - Facebook
Help needed /Jobs. 3461 likes. On this page anyone can post a job needing done or help with or can post if looking...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found