I am stuck on a code

I am stuck on a comment or uncomment

Hello! Welcome to the community :partying_face:!

Could you provide a link to the lesson and your current code? Otherwise, could you explain what is it that you don’t understand?

By the information you have provided it looks like you are having trouble with commenting and uncommenting code.

comments are used to add explanatory notes to the code or to prevent the browser from interpreting specific parts of the code.

HTML Comments

To add a comment you need to wrap the part of code you need to comment in <!-- code block here -->

CSS Comments

Same theory but instead use

/* Comment */

Just delete <!-- and -->.
The code will change color and you should pass the tests

If that doesn’t help, please provide the code you are trying to submit.

Also, in the future, if you have an issue with a challenge, if you press the Get Help -> Ask for Help button, it will provide all the information we need to help you.

1 Like

Thank you this helped alot

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