Question 13

What am I doing wrong?

The instructions are to contain the contents of line 1 inside of a comment.

Reset the code to bring back the original contents of line 1 and apply comment opening tag <!-- in front of “Make me into a comment.” without the quotes, and close line 1 with -->

The correct code should look like this:

<!-- Make me into a comment. -->

<p>But leave me visible to the user!</p>

<!-- comment -->

Thank you for the help :).

1 Like