🎯 What you'll practice: Planning and reviewing a full semantic HTML portfolio page before you build it.
1-B 2-B 3-B 4-B | 5 = one 6 = three 7 = nav, hero, about, skills, projects, contact (footer also required) 8 = Each project is a standalone, self-contained piece of content that could be extracted or syndicated on its own — the definition of <article> 9 = <a href="#projects">Projects</a> with the target section having id="projects" | 10 = header>nav, main>section(about), section(skills>ul), section(projects>article x3), section(contact), footer — matching the checklist's required sections in semantic order.