Hello,
I'm making simple blog website and I want to use semantic HTML5 elements.
This is just quick example how it looks:
Which semantic element should I use for blog post wrapper(dark grey area) and which for blog posts? I know for sidebar I should use <aside>
, for navigation <nav>
.