Courses
Debugger
CSS Selectors Course Quiz
What selector would you use to apply a style to all <a> elements whose href attribute starts with "https"?
a[href^="https"]
a[href*="https"]
a[href$="https"]
a[href!="https"]
Verify
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Question 8
Question 9
Question 10