Can not move along with this... little help here

Tell us what’s happening:
Hi there… a little help with this:

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

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

// running tests Your

h1

element should be commented out so that it is not visible on the page. Your

p

element should be commented out so that it is not visible on the page.

What am I doing wrong???

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 (Windows NT 6.0; rv:52.0) Gecko/20100101 Firefox/52.0.

Challenge: Comment out HTML

Link to the challenge:

this tag here should be split up, and then it will wrap up whatever you want commented out, similar to how the other tags wrap what you want in.

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

Thank you, already done.