Learn Accessibility by Building a Quiz - Step 18

Hi, all # calling ids are at place but code doesn’t pass :frowning:

Your code so far

    <ul>
      <li><a href="#student-info"</a>INFO</li>
      <li><a href="#html-questions"</a>HTML</li>
      <li><a href="#css-questions"</a>CSS</li>
    </ul>

hi, please post a link to the challenge you are working on.

Learn Accessibility by Building a Quiz - Step 18

thank you for providing a link.
The original code looks like this:

        <ul>
          <li><a>INFO</a></li>
          <li><a>HTML</a></li>
          <li><a>CSS</a></li>
        </ul>

And you were asked to add an href attribute to each anchor tag.
So that means all you have to do is type the href attribute into the anchor opening tag without changing anything else. Give that a try but click Reset button first (it looks like an arrow turning) as your attempt is not good enough to fix.

1 Like

Thank you tons, this time it passed

1 Like

please also consider using the ask for help button from the challenge (it looks like a question mark) in order to save some time as it will help you present the code and the link to the challenge and it provides a template for asking questions here.

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