2
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 center a text on
<h1>
and on the left side 4 symbols representing external sites such as facebook or Linkedin.
Tag Nav
Here will be the navigation menu, covering table tag as
<li>
and<ul>
with picture representing each element together with tag.
Tag Main
Main content will cover 2 sections with text and image elements, being more specific, the left section will contain only text and the next section will contain the image or some animated element.
Tag footer
Will contain only the creation date and copyright.
Doubt 1
When should we use the tag <aside>
?
Doubt 2
This tag applies to the prototype above?
Doubt 3
Could someone inform if the above prototype is semantically correct?
Thank you for your reply, you clarified a lot =)
– Jonathas B. C.