Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSattribute and nth-childSingle-choice MCQ

How does `[class~="btn"]` differ from `[class*="btn"]` for an element with `class="btn-large primary"`?

<button class="btn-large primary"></button>