Semantic HTML Tags
Semantic tags clearly describe the meaning of content, improving accessibility and SEO.
<header>,<footer>: Page header and footer<nav>: Navigation links<main>,<section>,<article>: Group content logically<aside>: Sidebar or tangential content
<article>
<h2>Blog Title</h2>
<p>Blog content...</p>
</article>