treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Menu semantics question

  • Can a menu contain a header or footer if I am working with multiple menus in a section. I do not want to put it on the encompassing section because they belong to the menu but want to make sure its good semantics.
  • Your post appears to have been corrupted. Please edit.
  • Weird.

    Here is the question:

    Can a menu contain a header or footer if I am working with multiple menus in a section. I do not want to put it on the encompassing section because they belong to the menu but want to make sure its good semantics.

    (fixed original question)
  • A menu is just a list...it won't have a header or footer.

    A nav, div or section containing a menu or even multiple menus could have a header or a footer if that's what is required.

    Here's a reasonable definition of a header...http://html5doctor.com/the-header-element/
  • Thank you.