14. PatternsSemantic Page Shell PatternOn this pageSemantic Page Shell Pattern<body> <header>...</header> <nav aria-label="Primary">...</nav> <main>...</main> <footer>...</footer></body> Why It Works Clear landmarks Cleaner accessibility story Better maintainability than generic wrapper stacks What's Next Next: Accessible Form Pattern