Help with uncomment HTML lesson

I don’t understand what to do for this lesson
Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS aarch64 13421.102.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.199 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Hi!

This lesson introduces the concept of leaving comments in html - parts of your code that your program skips while rendering the page because you mark them out for humans.

The whole code block is commented out and you are asked to remove the bit of code that specifies that that chunk is a comment so that the program renders the tags enclosed within.

Read more at HTML.com Comment Tag

Hope that was helpful!

Hint - look for the new tag introduced in the lesson text and delete those!

1 Like

Hi @cameron2023 !

Welcome to the forum!

As mentioned, you need to delete the top <!-- and bottom --> comment tags.

In the future, it is best to post your code with the challenge links so we can see what you have tried so far.

Hope that helps!

1 Like

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

Your code so far


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

<h2>CatPhotoApp</h2>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
-->

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS aarch64 13421.102.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.199 Safari/537.36.

Challenge: Uncomment HTML

Link to the challenge:

Hi again!

As mentioned earlier,
you need to delete the top <!-- and bottom -->comments.

Make sense?
If not, please let us know in your reply here.

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