Why it matters
A missing or legacy doctype drops the browser into quirks mode, where box sizing and layout follow rules from the 1990s. The page then differs from every modern stylesheet assumption.
How to fix it
Make the very first line <!DOCTYPE html>.