I couldnt clear this uncommenting after this step,kindly help e to clear this

Tell us what’s happening:

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>
-->
<!--Uncomment h1,h2 and p elements.-->

Your browser information:

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

Challenge: Uncomment HTML

Link to the challenge:

Hi @vigneshwaran.s !

Welcome to the forum!

They want you to uncomment out the code.
That means you need to remove the comments.

I would reset the lesson and just remove the top comment <!-- and the bottom comment -->

1 Like

do i want to remove those tags…is it enough

This is the starting code for the lesson

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

When you remove the top and bottom tags, you should see this result in the browser window.
Screen Shot 2021-04-16 at 10.59.28 AM

When you uncomment out html code then you will see it in the browser.
That is what the lesson is trying to teach you.

make sense?

yeah, mam i have cleared it tq

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