HTML containers:Group content into logical parts.
<header> <nav> <div> - is a generic divider. Used before HTML 5 came out. <article> <footer>
“©” puts a Copyright C with a circle around it.
Semantic HTML
- Use <strong> and <em>, <header>, <nav>, <article>, <footer> to give elements meaning.
- Helpful in search engine optimization, so that search engines like Google will be able to understand the structure of your content.
- Important for accessibility for people who rely on screen readers to consume your web pages.