Learn to say popular CSS reset and normalization stylesheet names correctly.
0 / 5 completed
1 / 5
How is Normalize.css (stylesheet that makes browsers render elements more consistently) correctly pronounced?
Normalize.css is pronounced 'NOR-muh-lyz-SEE-ES-ES' — 'normalize' plus 'C-S-S' spoken as letters. In a technical interview: "Normalize.css evened out the default line-height so headings looked the same in every browser."
2 / 5
How is Sanitize.css (modern CSS library that combines normalization with sensible defaults) correctly pronounced?
Sanitize.css is pronounced 'SAN-ih-tyz-SEE-ES-ES' — 'sanitize' exactly like the everyday word plus 'C-S-S' spoken as letters. In a technical interview: "Sanitize.css reset the form controls to inherit our brand font by default."
3 / 5
How is Reset.css (Eric Meyer's original stylesheet that strips nearly all default browser styling) correctly pronounced?
Reset.css is pronounced 'REE-set-SEE-ES-ES' — 'reset' plus 'C-S-S' spoken as letters. In a technical interview: "Reset.css stripped every default margin, so we built the spacing back up from a clean slate."
4 / 5
How is modern-normalize (updated Normalize.css fork targeting only modern browsers) correctly pronounced?
modern-normalize is pronounced 'MAH-dern NOR-muh-lyz' — 'modern' plus 'normalize', both plain English words. In a technical interview: "modern-normalize dropped all the old IE fixes we didn't need anymore."
5 / 5
How is destyle.css (opinionated stylesheet that removes default styling more aggressively than a reset) correctly pronounced?
destyle.css is pronounced 'dee-STYL-SEE-ES-ES' — 'de-' plus 'style' plus 'C-S-S' spoken as letters. In a technical interview: "destyle.css even stripped the default list bullets and table borders in one import."