I need a container to contain all elements between the open body and closing body tag. My question is, should this container be a section or a div. I think section would be the wisest decision as it is a generic section of the document, but would like others opinion.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
migrated from codereview.stackexchange.com Feb 8 at 17:33
In a short answer: Use a Here is what the spec has to say about it:
If you want to read more on the specs here is the link: http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element |
|||
|
|