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
CSS Selectors Course Quiz
Pregunta 1
Pregunta 2
Pregunta 3
Pregunta 4
Pregunta 5
Pregunta 6
Pregunta 7
Pregunta 8
Pregunta 9
Pregunta 10