Build a Quiz Webpage - Step 12 in:title

What’s wrong with my code? I nested A elements in each li element.

<ul>
          <li><a href="">INFO</a></li>
          <li><a href="">HTML</a></li>
          <li><a href="">CSS<a/></li>
        </ul>

Can you please link to the url of the challenge you are doing.

For future reference:

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

Look at the closing tag of each a element. One is slightly different.