Learn Accessibility by Building a Quiz - Step 46

Tell us what’s happening:

I dont know how to target elements within the anchor element

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */

a{
  color:#dfdfe2;
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Learn Accessibility by Building a Quiz - Step 46

Hi,
You need to target the anchor elements that are inside the list items. Can you do try that?
Right now, the style applies to all the anchor elements.
Good luck!

i dont know how to do that

look at other selectors you have written, there are some that you have used to target specifc elements only when they are inside other elements

1 Like

please can you teach me how to

have you looked at the other css selectors in the css file? are there some that you don’t know what they mean?

Very helpful guidance, and solved my problem. Thanks