Html comment tag

Tell us what’s happening:
Need help with the code on the right. does anyone see anything wrong with
that code? The run command in my lesson will not let me advance to my next lesson. HELP!!!

Your code so far


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

<h2>CatPhotoApp</h2>

<p>Kitty ipsum</p>
-->


Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Hi there @lomax44!
Have you carefully read the assignment?

There is written that you need to change in order to pass the challenge

Hi lomax44,

I just completed that test yesterday. i see two errors in the code posted. see attached screen print with black marks added.

The instructions in section 1 show you what a pair of comment tags looks like see top left of screen. Evverything between comment tags is invisible in section 3

When they say uncomment the tags they mean remove the comment tags from your code in section 2 . You have not removed the comment tags. When the tags are removed the text will appear in section 3

The bottom left of section 1 under the buttons gives you hints about what actions you should take.

Do not edit or remove any other code or text. Hint the <P> tags in your post look almost empty compared to those in the screen print.

if you can’t remember what you have altered then you need to hit the “reset all code” button in section 1. and start this exercise again.

@lomax44 The challenge is asking you to uncomment the code. Meaning it is wanting the h1, h2 and p element contents to be seen by the user/reader. Your screenshot is showing that it is still commented.

thank you, nikki and martin. now i get it thanks