No - by the time HTML 5 is finalised all browsers will fully support CSS3 and there will be no need to use any HTML for styling whatsoever. Here we will discuss the difference between section and div in HTML. The section tag defines sections in a document like chapters, headers, footers whereas div tag defines a division in an HTML document. The
element represents a independent item section of content. The article Element. ID; About; Blog; Books; Contact; HTML5: Section or Article? But they have each different symantic. Instead much emphasis on "div" as the container of choice is taught. According to W3C's HTML documentation: "A section is a thematic grouping of content, typically with a heading." Section. This includes things like news articles, blog posts, or user comments. A few days ago, I was having a chat with some friends, one of whom asked me the difference between
and
in HTML. The
element defines a section in a document.. HTML
Element. The section element represents a generic section of a document or application. Skip to main. A web page could normally be split into sections for introduction, content, and contact information. A section, in this context, is a thematic grouping of content. The SECTION element is defined as a semantic section of a web page or site that isn't another more specific type such as ARTICLE or ASIDE. It is often confused with section and div but don’t worry we’ll explain the difference between them.. What the spec says. Each section should be identified, typically by including a heading (h1-h6 element) as a child of the section element. How come TreeHouse HTML class did not touch on the subject of semantic tags like "article" "main", "section" and "aside" tags. The
element should contain a piece of self-contained content that could be distributed outside the context of the page. HTML5 has introduced the new structural elements such as
,