Learn to say popular CSS architecture and naming methodology acronyms correctly.
0 / 5 completed
1 / 5
How is BEM (Block, Element, Modifier naming convention for CSS classes) correctly pronounced?
BEM is pronounced 'BEHM' — one syllable, rhymes with 'hem'. In a technical interview: "BEM made it obvious just from the class name which element was a modifier of the card block."
2 / 5
How is OOCSS (Object-Oriented CSS, a methodology for reusable, structure-based styles) correctly pronounced?
OOCSS is pronounced 'OH-OH-SEE-ES-ES' — every letter spoken individually, O-O-C-S-S. In a technical interview: "OOCSS separated the button's skin from its structure, so we could reuse the same layout with different themes."
3 / 5
How is SMACSS (Scalable and Modular Architecture for CSS, a categorization methodology) correctly pronounced?
SMACSS is pronounced 'SMAKS' — one syllable, rhymes with 'tacks'. In a technical interview: "SMACSS sorted our stylesheet into base, layout, and module categories instead of one giant flat file."
4 / 5
How is ITCSS (Inverted Triangle CSS, a methodology for ordering styles by specificity) correctly pronounced?
ITCSS is pronounced 'EYE-TEE-SEE-ES-ES' — every letter spoken individually, I-T-C-S-S. In a technical interview: "ITCSS ordered our layers from generic settings down to narrow, specific overrides, so specificity conflicts almost disappeared."
5 / 5
How is Atomic CSS (methodology using small, single-purpose utility classes) correctly pronounced?
Atomic CSS is pronounced 'uh-TOM-ik SEE-ES-ES' — 'atomic' exactly like the everyday word, plus 'C-S-S' spoken as letters. In a technical interview: "Atomic CSS let me compose the button's spacing and color from utility classes instead of writing a new rule."