Overview - Header, footer, main
What is it?
Header, footer, and main are special parts of a webpage that organize content clearly. The header usually holds the title or navigation links at the top. The footer sits at the bottom with extra info like contact or copyright. The main area is where the main content lives, like articles or images.
Why it matters
Without these parts, webpages would be messy and confusing. They help people find important info quickly and make websites easier to read and use. They also help computers and tools understand the page structure, improving accessibility and search results.
Where it fits
Before learning these, you should know basic HTML tags like div and p. After this, you can learn about layout with CSS and how to make pages interactive with JavaScript.