HTML comment out issues

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


<!--Hello World-->
<h2>CatPhotoApp</h2>
<!--Kitty Ipsum dolor sit amet-->

Please, I have passed all the stages of this particular assignment, but each time I click on ‘run test’, it says ‘you should not change the order of the h1 h2 or p in the code’.
Please, help so I can move to the next stage.

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Infinix X650) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36

Challenge: Comment out HTML

Link to the challenge:

You stripped out the old tags. They should remain unchanged. You need to instead wrote the original elements in comment tags.

You mean adding the

tag?
I did that and I got ‘the h1 and p tag should be commented out’, I had to remove it.

I’m getting frustrated :frowning:

You removed the h1 tag and replaced it with a comment tag. Do not do this. Reset the code and do not use the delete key at all! Only add the comment tags before and after the existing elements.

1 Like

It worked. Thank you, I really appreciate your help.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.