Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSSspecificity algorithmSingle-choice MCQ

Compare the specificity of these two selectors. Which is more specific, and what is the deciding component?

/* Selector 1 */ :is(#id) {} /* Selector 2 */ .a.b.c.d.e.f.g.h.i.j.k {}