Context
I was making a template prototype for a website, and I came across a question regarding the tag <aside>
.
Below is an example to explain the semantic division.
Explaining the tags
Tag Header
The header tag will contain a logo on the left side, in the middle a text in
<h1>
and on the left side 4 symbols representing external sites such as facebook or linkedin.
Tag Nav
This will include the navigation menu, including table tag as
<li>
and<ul>
with image representing each element together with tag.
Tag Main
Main content will span 2 sections with text and image elements, being more specific, the left section will contain only text and the section next to it will contain the image or some animated element.
Tag footer
It will only contain the creation date and copyright.
Doubt 1
When should we use the tag <aside>
?
Doubt 2
Does this tag apply to the above prototype?
Doubt 3
Could someone tell you if the above prototype is semantically correct?