Day 13 - Semantic HTML

Welcome to Day 13! Today we will learn about semantic HTML tags such as <header>, <footer>, <article>, and <section>. Semantic tags describe the purpose of content, making your website more accessible and organized.

Example: <header>Website Header</header>

Back to home