Aside Tag Order

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smartic
    New Member
    • May 2007
    • 150

    Aside Tag Order

    Hi

    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>
    this code is right or i have to put it underneath the section tag ?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    It doesn't matter. 'aside' is used for secondary content related to some parent section. If aside is supposed to be related to that section you show, it should be inside it, not outside.

    Comment

    • smartic
      New Member
      • May 2007
      • 150

      #3
      thank you for your help :)

      Comment

      Working...