Tell us what’s happening:
Your code so far
<!--
<! h1>Hello World</h1 -->
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</p>
-->
Your browser information:
Your Browser User Agent is: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36
.
Link to the challenge:
It wants you to remove the comments in your html, not add new ones.
The base challenge looks like this
<!--
<h1>Hello World</h1>
<h2>CatPhotoApp</h2>
<p>Hello Paragraph</p>
-->
Instead of adding more comments, remove the comments surrounding the h1, h2, p
tags.

Think of the comments as its own tag.
the <!--
part is the opening tag and the -->
is the closing tag of a comment.
Finally this post belongs in #help
1 Like