Hi
I need to ask about the order of the aside tag, that's my html structure
this code is right or i have to put it underneath the section tag ?
I need to ask about the order of the aside tag, that's my html structure
Code:
<aside><h1>Example 2</h1></aside> <section><h1>Example 1</h1></section>
Comment