Test your skills: SelectorsFive

Selectors five second bullet

@jerryg2212 hi there! Do you have a question about this assessment? Your post doesn’t make it very clear what you want.

I was having issues with this one, too. Try * and not ~

a[class*=“text”] and not a[class~=“text”]

~ requires a space separation