What is the difference between <section> and <div> in HTML? Aren't we defining sections in both cases?
Thanks.
|
|
From the spec:
|
|
|
|
|||
|
|
|
I wrote about this back in April: http://www.iandevlin.com/blog/2011/04/html5/html5-section-or-article |
|||
|
|
|
The section tag provides a more semantic syntax for html. div is a generic tag for a section. When you use section tag for appropriate content, it can be used for search engine optimization also. section tag also makes it easy for html parsing. for more info, refer. http://blog.whatwg.org/is-not-just-a-semantic |
|||
|
|
My suggestion: div: used lower version( i think 4.01 to still) html element(lot of designers handled that). section: recently comming (html5) html element. |
||||
|
|
|
Semantically not much difference though |
|||
|
|