W3 spesifikasyonunda section elementi aşağıdaki şekilde tanımlanmıştır :
"The section element represents a generic section of a document or application. A section, in this context, is a thematic grouping of content, typically with a heading"
Örnek kullanım için aşağıdakileri örnekleri vermiştir :
"Examples of sections would be chapters, the various tabbed pages in a tabbed dialog box, or the numbered sections of a thesis. A Web site's home page could be split into sections for an introduction, news items, and contact information."
Article elementi ile karıştırılmaması için aşağıdaki uyarı yapılmıştır :
"Authors are encouraged to use the article element instead of the section element when it would make sense to syndicate the contents of the element"
Section elementinin div elementi gibi kullanılmaması için aşağıdaki uyarıyapılmıştır :
"The section element is not a generic container element. When an element is needed only for styling purposes or as a convenience for scripting, authors are encouraged to use the div element instead. A general rule is that the section element is appropriate only if the element's contents would be listed explicitly in the document's outline"
Not : http://www.w3.org/TR/html5/the-section-element.html#the-section-element adresinden detaylı açıklamaya ulaşabilirsiniz